oliverdavies.uk-drupal-old/.github/workflows/unlabel-closed-issues.yml

18 lines
324 B
YAML
Raw Normal View History

---
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