Skip to content

Commit

Permalink
More label stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Dec 5, 2023
1 parent b3235a6 commit c1a0bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
add-label:
name: Add label to issue
runs-on: ubuntu-latest

steps:
- name: Add label to new issue
uses: actions/labeler@v3
uses: Renato66/auto-label@v2
with:
repo-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
label: App
default-labels: '["App", "help wanted"]'

add-to-project:
name: Add issue to project
Expand Down

0 comments on commit c1a0bc6

Please sign in to comment.