зеркало из https://github.com/github/docs.git
Merge pull request #23567 from Rotzbua/fix_dependabot_example_add_label
Fix dependabot example auto-label
This commit is contained in:
Коммит
0b6137ef01
|
@ -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 %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче