Skip to content

Update labeler.yml to use GITHUB_TOKEN #267

Update labeler.yml to use GITHUB_TOKEN

Update labeler.yml to use GITHUB_TOKEN #267

Workflow file for this run

name: PR sweep
on:
- push
jobs:
pr-sweep:
runs-on: ubuntu-latest
concurrency: pr-sweep
if: github.repository == 'DIRACGrid/WebAppDIRAC'
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- uses: DIRACGrid/pr-sweeper@main
with:
github-pat: ${{ secrets.PAT }}
pr-project-name: DiracGridBot/WebAppDIRAC