Skip to content

Execute Management Actions #163

Execute Management Actions

Execute Management Actions #163

Workflow file for this run

name: Execute Management Actions
on:
pull_request:
types: [opened, reopened, synchronize, edited] # triggers when PR is opened or updated
issue_comment:
types: [created]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run local action
uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
tagLabels: bug,documentation,enhancement