Skip to content

Configure git user for CI in deployment workflow #263

Configure git user for CI in deployment workflow

Configure git user for CI in deployment workflow #263

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