Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Default Pull Request Tasks: More control.

Really like the default tasks for pull requests feature in the latest Bitbucket release, however for large codebases, the tasks need to be very generic.

 

I was hoping there would be some way to add conditions, e.g. if files in a particular folder or namespace have changed, or file changes with a wildcard or regex.


Is that something on the plan?  It would make this feature really useful, as sadly at the moment, it's quite limited.

1 answer

1 vote
Michael Rüegg _Mibex Software_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 05, 2022

Hi,

You could use our app Checklist Buddy for Bitbucket which supports adding different PR tasks based on the PR file content.

It uses configuration as code with rules for default tasks.

Here's an example: to have different default tasks when a PR contains *.js files, just add this rule

--files *.js   +task+  UI changes visually inspected on [Firefox](https://www.mozilla.org/en-US/firefox)

As you can see, file pattern similar to .gitignore are supported to specify conditions for the files in the pull request. You can use markdown for the default task descriptions.

For more details, check our documentation.

Let us know if you have any questions.

Best regards,

Michael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events