Skip to content

Issue Organization

Issue Organization #2

name: Issue Organization
on:
issues:
types:
- opened
jobs:
assign-label-and-project:
runs-on: [ubuntu-latest]
steps:
- name: Assign to Project
uses: actions/[email protected]
with:
project-url: https://github.com/users/JackDotJS/projects/5
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add Triage Label
if: success() || failure()
uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
enable-versioned-regex: 0