Skip to content

bug: first post on homepage is preview, not full post #25

bug: first post on homepage is preview, not full post

bug: first post on homepage is preview, not full post #25

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