We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed4df6 commit bf99faaCopy full SHA for bf99faa
.github/workflows/openapi-decorate.yml
@@ -10,6 +10,11 @@ jobs:
10
if: github.event.pull_request.user.login == 'github-openapi-bot'
11
runs-on: ubuntu-latest
12
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'
18
- name: Checkout repository code
19
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
20
0 commit comments