Skip to content

Commit bf99faa

Browse files
authored
label OpenAPI auto-generated PRs (#16723)
1 parent 9ed4df6 commit bf99faa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/openapi-decorate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
if: github.event.pull_request.user.login == 'github-openapi-bot'
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Label pull requests with 'github-openapi-bot'
14+
uses: rachmari/labeler@832d42ec5523f3c6d46e8168de71cd54363e3e2e
15+
with:
16+
repo-token: '${{ secrets.GITHUB_TOKEN }}'
17+
add-labels: 'github-openapi-bot'
1318
- name: Checkout repository code
1419
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1520

0 commit comments

Comments
 (0)