diff --git a/.github/workflows/issue-slash-commands.yaml b/.github/workflows/issue-slash-commands.yaml index 080fa9db..a83b432c 100644 --- a/.github/workflows/issue-slash-commands.yaml +++ b/.github/workflows/issue-slash-commands.yaml @@ -6,6 +6,8 @@ on: jobs: closeIssueOnClose: + # Skip this job if the comment was created/edited on a PR + if: ${{ !github.event.issue.pull_request }} runs-on: ubuntu-latest permissions: issues: write