Skip to content

Dependency Dashboard #581

Dependency Dashboard

Dependency Dashboard #581

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
labels-synonyms: '{"Auto Re-Open","Bot Update","Auto Updated":["Renovate updates"],"Bot Update":["WhiteSource Renovate"],"question":["help"]}'
labels-not-allowed: '["good first issue"]'
default-labels: '["help wanted"]'