Skip to content

Test 7.x of Sidekiq #539

Test 7.x of Sidekiq

Test 7.x of Sidekiq #539

Workflow file for this run

name: PR Closed
on:
pull_request:
types:
- closed
jobs:
issue_closer:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Clone the repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag v4.2.2
- name: issue_closer Action
uses: ./.github/actions/issue_closer
with:
token: ${{ secrets.GITHUB_TOKEN }} # permission needed to read PR comments and close issues