Skip to content

Commit

Permalink
Fix(ci): Remove issue_comment trigger, fix typo in conditional (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvalin authored Jan 28, 2025
1 parent d337a5c commit 26fdc26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue_tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
GH_TOKEN: ${{ github.token }}

on:
issue_comment:
pull_request_target:
types:
- review_requested
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
) >> $GITHUB_ENV
- name: Fail when unable to find a parent issue
if: env.PARENT_ISSUE == ''
if: env.PARENT_ISSUES == ''
run: echo "Could not find a parent issue" && exit 1

- name: Get PR states
Expand Down

0 comments on commit 26fdc26

Please sign in to comment.