diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml new file mode 100644 index 0000000..405f8ba --- /dev/null +++ b/.github/workflows/labels.yml @@ -0,0 +1,9 @@ +on: [issues, pull_request, workflow_dispatch] +jobs: + sync-labels: + runs-on: ubuntu-latest + name: Sync repository labels + steps: + - uses: cds-snc/sre-labels@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file