/[sudobot]/trunk/.github/workflows/labeler.yml
ViewVC logotype

Contents of /trunk/.github/workflows/labeler.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 626 - (show annotations)
Sat Sep 7 09:38:45 2024 UTC (6 months, 3 weeks ago) by rakinar2
File size: 276 byte(s)
chore: sync with git

1 name: "Pull Request Labeler"
2 on:
3 - pull_request_target
4
5 jobs:
6 triage:
7 permissions:
8 contents: read
9 pull-requests: write
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/labeler@v5
13 with:
14 repo-token: "${{ secrets.GITHUB_TOKEN }}"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26