Skip to content

fix: removed endpoint from SpaceTokenOccupancyCache #1780

fix: removed endpoint from SpaceTokenOccupancyCache

fix: removed endpoint from SpaceTokenOccupancyCache #1780

Workflow file for this run

name: PR sweep
on:
push:
workflow_dispatch:
inputs:
since:
description: 'Override the "since" parameter (e.g. "30 days ago")'
required: false
default: '10 days ago'
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
since: ${{ inputs.since || '10 days ago' }}