Merge pull request #7201 from aldbr/v8.1_FIX_diracx-client-use #959
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR sweep | |
on: | |
- push | |
jobs: | |
pr-sweep: | |
runs-on: ubuntu-latest | |
concurrency: pr-sweep | |
timeout-minutes: 30 | |
if: github.repository == 'DIRACGrid/DIRAC' | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
token: ${{ secrets.PAT }} | |
- uses: DIRACGrid/pr-sweeper@main | |
with: | |
github-pat: ${{ secrets.PAT }} | |
pr-project-name: DiracGridBot/DIRAC |