unstale.yml 455 B

12345678910111213141516
  1. name: 👓 Remove Labels
  2. on: [issue_comment]
  3. jobs:
  4. remove_labels:
  5. if: contains(github.event.issue.labels.*.name, 'stale')
  6. runs-on: ubuntu-latest
  7. steps:
  8. - uses: actions/checkout@v2
  9. - uses: actions-ecosystem/action-remove-labels@v1
  10. if: ${{ github.event.comment.user.url != 'https://github.com/apps/github-actions' }}
  11. with:
  12. github_token: ${{ secrets.GITHUB_TOKEN }}
  13. labels: |
  14. stale