From 59067bd95fc786709cba74a96f47412aaf22c4ef Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 27 Feb 2026 15:09:48 +0500 Subject: [PATCH] test action --- .github/workflows/enqueue-pr.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/enqueue-pr.yml 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: ""