Skip to content

bug: audit meta line on homepage shows 0/0/0 for all #6

bug: audit meta line on homepage shows 0/0/0 for all

bug: audit meta line on homepage shows 0/0/0 for all #6

Workflow file for this run

name: Remove outdated labels
on:
issues:
types:
- closed
jobs:
remove-closed-issue-labels:
name: Remove closed issue labels
if: github.event.issue.state == 'closed'
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
dependencies
javascript
state:confirmed
state:inprogress
state:question
state:unconfirmed