diff --git a/.github/workflows/enqueue-pr.yml b/.github/workflows/enqueue-pr.yml new file mode 100644 index 0000000..91b18d5 --- /dev/null +++ b/.github/workflows/enqueue-pr.yml @@ -0,0 +1,16 @@ +name: Enqueue Pull Request + +on: + pull_request: + +jobs: + enqueue-pullrequest: + runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: read + steps: + - uses: actions/checkout@v4 + - uses: ./ + with: + label: ""