Skip to content

Revert "Run docker fake intake test with new version of the fakeintake if mod…" #24649

Revert "Run docker fake intake test with new version of the fakeintake if mod…"

Revert "Run docker fake intake test with new version of the fakeintake if mod…" #24649

Workflow file for this run

name: "PR labeler"
on:
pull_request:
branches:
- main
- "[0-9]+.[0-9]+.x"
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
# currently doesn't work
sync-labels: true