Skip to content

Behavior when hide_project_names and exclude are both true #207

Behavior when hide_project_names and exclude are both true

Behavior when hide_project_names and exclude are both true #207

Workflow file for this run

name: "Open Issue"
on:
issues:
types: [opened]
jobs:
issue-triage:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['triage']
})