File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11name : ' Conventional Commit'
22
33on :
4+ merge_group :
45 pull_request_target :
56 types :
67 # Defaults
1920 permissions :
2021 pull-requests : read
2122 steps :
22- - uses : amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
23+ - if : github.event_name != 'merge_group'
24+ uses : amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2325 env :
2426 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Check code before submitting
33permissions : read-all
44
55on :
6+ merge_group :
67 push :
78 branches :
89 - main
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Compile and run tests
33permissions : read-all
44
55on :
6+ merge_group :
67 push :
78 branches :
89 - main
You can’t perform that action at this time.
0 commit comments