This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
[CYS] Reduce the number of times the patterns dictionary is accessed #1960
Workflow file for this run
This file contains 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
on: | |
pull_request: | |
types: [ closed ] | |
name: Merged Pull Requests | |
jobs: | |
remove_labels: | |
name: Remove labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mondeja/remove-labels-gh-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
status: ready to merge |