Gradience/.github/workflows/label.yml
0xMRTT 66d4397473
fix: update Access token
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:22:23 +02:00

23 lines
530 B
YAML

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.ACCESS_TOKEN }}