Merge pull request #23567 from Rotzbua/fix_dependabot_example_add_label

Fix dependabot example auto-label
This commit is contained in:
Courtney Wilson 2023-02-02 14:44:47 -06:00 коммит произвёл GitHub
Родитель 0033e0fbc8 bddefe80c3
Коммит 0b6137ef01
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -357,6 +357,7 @@ jobs:
run: gh pr edit "$PR_URL" --add-label "production"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
{% endraw %}
@ -389,6 +390,7 @@ jobs:
run: gh pr edit "$PR_URL" --add-label "production"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
{% endraw %}