Skip to content

[2025/kr] Camp Swing It #113

[2025/kr] Camp Swing It

[2025/kr] Camp Swing It #113

Workflow file for this run

name: Check Closed Issue
on:
issues:
types: [closed]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
check-closed-issue-to-close-pr:
if: contains(github.event.issue.labels.*.name, 'add event') || contains(github.event.issue.labels.*.name, 'update event')
runs-on: ubuntu-latest
steps:
- name: Close PR from Issue
uses: kjuly/close-pr-from-issue@main
with:
token: "${{ secrets.GH_TOKEN }}"