oliverdavies.uk-drupal-old/.github/workflows/unlabel-closed-issues.yml
Oliver Davies b3c925a0cf Security hardening: lock community action versions
As there's no lockfile for GitHub Actions, specify the commit SHAs to
use for community actions so that changes can be reviewed before using a
new version of a particular action.
2020-10-30 01:26:52 +00:00

18 lines
324 B
YAML

---
name: Remove labels from closed issues
on:
issues:
types: [closed]
jobs:
unlabel:
runs-on: ubuntu-latest
steps:
- name: Unlabel the closed issue
uses: actions-ecosystem/action-remove-labels@556e306
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: next