Skip to content

Commit

Permalink
Merge pull request #37 from dfinity/add-merge-group-back
Browse files Browse the repository at this point in the history
Add merge group back
  • Loading branch information
cgundy authored Oct 31, 2023
2 parents 9a67073 + bc94c64 commit f8c4ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check Membership
runs-on: ubuntu-latest
# Dont run this workflow if it was triggered by one of these bots
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event.pull_request.user.login != 'sa-github-api' }}
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'github-actions[bot]' && github.event.pull_request.user.login != 'sa-github-api' && github.event_name != 'merge_group' }}
outputs:
is_member: ${{ steps.check-membership.outputs.is_member}}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_cla_ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- 'master'
- 'main'
merge_group:

jobs:
call-check-cla:
Expand Down

0 comments on commit f8c4ef9

Please sign in to comment.