File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
create-pr :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
+ - uses : GitHubSecurityLab/actions-permissions/monitor@v1
19
20
- uses : mongodb-js/devtools-shared/actions/setup-bot-token@main
20
21
id : app-token
21
22
with :
22
23
app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
23
24
private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
24
- - uses : GitHubSecurityLab/actions-permissions/monitor@v1
25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-node@v4
27
27
with :
45
45
branch : chore_release_${{ steps.bump-version.outputs.NEW_VERSION }}
46
46
author : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
47
47
committer : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
48
+ - name : Set auto merge
49
+ env :
50
+ GH_TOKEN : ${{ steps.app-token.outputs.token }}
51
+ run : |
52
+ gh pr merge ${{ steps.create-pr.outputs.pull-request-number }} --auto --squash
You can’t perform that action at this time.
0 commit comments