Skip to content

Test Ruby 3.4.0-preview2 #415

Test Ruby 3.4.0-preview2

Test Ruby 3.4.0-preview2 #415

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@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7
- name: issue_closer Action
uses: ./.github/actions/issue_closer
with:
token: ${{ secrets.GITHUB_TOKEN }} # permission needed to read PR comments and close issues