Skip to content

Commit

Permalink
Update project_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Dec 6, 2023
1 parent 8729052 commit bd8f592
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
- opened

jobs:
add-label:
name: Add label to issue
runs-on: ubuntu-latest
steps:
- uses: github/[email protected] #May not be the latest version
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
enable-versioned-regex: 0

add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd8f592

Please sign in to comment.