Skip to content

Commit

Permalink
Update check_application_document.yml
Browse files Browse the repository at this point in the history
Fix labeler
  • Loading branch information
semuelle authored Dec 19, 2023
1 parent c89dc6b commit 3e3b83e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,26 @@ jobs:
filter: 'applications/*.md'
format: 'csv'

parse_document:
add_label:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: add admin-review label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: admin-review
github_token: ${{ secrets.GITHUB_TOKEN }}

parse_document:
needs: get_filename
if: needs.get_filename.outputs.filename
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Parse application file
Expand Down

0 comments on commit 3e3b83e

Please sign in to comment.