Skip to content

[Bug report] When the page path includes hash/ query, the page will load a 404 error. #2106

[Bug report] When the page path includes hash/ query, the page will load a 404 error.

[Bug report] When the page path includes hash/ query, the page will load a 404 error. #2106

name: issue-commented
on:
issue_comment:
types: [created]
jobs:
issue-commented:
name: remove stale on commented
if: contains(github.event.issue.labels.*.name, 'stale')
runs-on: ubuntu-latest
steps:
- uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
labels: 'stale'