mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
update labeler task
This commit is contained in:
parent
a9fe584504
commit
81aa3f2307
15
.github/workflows/label.yml
vendored
15
.github/workflows/label.yml
vendored
@ -5,15 +5,14 @@
|
|||||||
# file with configuration. For more information, see:
|
# file with configuration. For more information, see:
|
||||||
# https://github.com/actions/labeler/blob/master/README.md
|
# https://github.com/actions/labeler/blob/master/README.md
|
||||||
|
|
||||||
name: Labeler
|
name: "Pull Request Labeler"
|
||||||
on: [pull_request]
|
on:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
triage:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v2
|
- uses: actions/labeler@v2
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user