Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Dec 7, 2023
2 parents 8939e8e + bd8f592 commit 5bba21b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
App:
- '/.*/'
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/issue-labeler@v3.3 #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 5bba21b

Please sign in to comment.