Skip to content

Commit

Permalink
Trigger AB#ID action on synchronize, Fixes AB#3042442 (#358)
Browse files Browse the repository at this point in the history
There are instances where the PR gets blocked because this Action isn't
triggered. The event keyword ensures that the action is triggered when a
new change is pushed to the PR.


[AB#3042442](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3042442)
  • Loading branch information
p3dr0rv authored Sep 20, 2024
1 parent 2d0ff11 commit fa87434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-ab-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: 'AB#ID Check'
on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, labeled, synchronize]

jobs:
# This action checks your pull request to make sure it is linked to a work item using AB# before you can merge.
Expand Down

0 comments on commit fa87434

Please sign in to comment.