Bump reactive-graph-behaviour-model-impl from 4262129
to 596d15a
#66
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Remove Labels | |
on: | |
issues: | |
types: [ closed ] | |
pull_request: | |
types: [ closed ] | |
jobs: | |
remove_labels: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Remove labels | |
uses: andymckay/labeler@master | |
with: | |
remove-labels: "o:triage, o:good-first-issue, o:help-wanted, o:question, o:stale" |