Skip to content

Commit

Permalink
Merge branch 'master' into for-aws-autoscaling-warm-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Mar 23, 2022
2 parents 123f782 + 7104d2c commit a1b1628
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/pr-labeler.yml
Expand Up @@ -3,7 +3,10 @@
name: pr-labeler
on:
pull_request:
types: [ opened ]
types:
- opened
- edited
- reopened

jobs:
auto-approve:
Expand All @@ -13,6 +16,16 @@ jobs:
pull-requests: write
issues: write
steps:
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "auto-approve" -R ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "auto-approve" -R ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
copy-labels:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: kaizen3031593/pr-triage-manager@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit a1b1628

Please sign in to comment.