Skip to content

Remove the inactive label #34512

Remove the inactive label

Remove the inactive label #34512

name: Remove the inactive label
on:
discussion_comment:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
discussions: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Bundle install
run: bundle install
- name: Remove the label
run: .github/actions/remove_inactive_label
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_ID: ${{ github.event.discussion.node_id }}