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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 572 - (hide annotations)
Mon Jul 29 17:51:37 2024 UTC (8 months, 4 weeks ago) by rakinar2
File size: 276 byte(s)
chore: push code for v9
1 rakin 529 name: "Pull Request Labeler"
2     on:
3 rakinar2 572 - pull_request_target
4 rakin 529
5     jobs:
6     triage:
7     permissions:
8     contents: read
9     pull-requests: write
10     runs-on: ubuntu-latest
11     steps:
12 rakinar2 572 - uses: actions/labeler@v4
13     with:
14     repo-token: "${{ secrets.GITHUB_TOKEN }}"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26