1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-01 23:45:25 +00:00

update labeler task

This commit is contained in:
InsanusMokrassar 2020-05-16 21:19:38 +06:00
parent a9fe584504
commit 81aa3f2307

View File

@ -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 }}"