Skip to content

Commit

Permalink
Replace outdated remove-labels action with gh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed May 7, 2024
1 parent 72d7588 commit 4a6bb55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/issue-comment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
issue_comment_triage:
# Only run this job for issue comments
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
with:
labels: |
stale
waiting-reply
- name: Remove stale and waiting-response labels
run: gh issue edit ${{ github.event.issue.html_url }} --remove-label stale,waiting-response

0 comments on commit 4a6bb55

Please sign in to comment.