Skip to content

Commit

Permalink
Added auto labeling to openapi issues
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Dec 5, 2023
1 parent 512ffa6 commit b3235a6
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:
runs-on: ubuntu-latest

steps:
- name: Add label to new issue
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
label: App

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

0 comments on commit b3235a6

Please sign in to comment.