MWPW-148252: auto label zero impact PRs #5
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
name: Add or remove zero impact label | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
- name: Add the zero impact label | |
uses: actions/[email protected] | |
with: | |
script: | | |
const main = require('./.github/workflows/label-zero-impact.js') | |
main({ github, context }) |