Skip to content

2.0.3 version not including all commits #9

2.0.3 version not including all commits

2.0.3 version not including all commits #9

Workflow file for this run

name: Triage
"on":
issues:
types:
- opened
jobs:
triage:
runs-on: ubuntu-latest
name: Label
steps:
- name: Label issues
uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
not-before: 2023-01-09T07:00:00Z
configuration-path: .github/issue_labeler.yml
enable-versioned-regex: 0
if: github.event_name == 'issues'