Skip to content

Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) #1897

Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website)

Auto-link / Close Issues for 2.0 PRs (p5.js & p5.js-website) #1897

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0