Skip to content

Commit

Permalink
Update check_application_document.yml
Browse files Browse the repository at this point in the history
Remove label step
  • Loading branch information
semuelle authored Feb 2, 2024
1 parent 730c875 commit 02b7ff0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/check_application_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check application document

on:
workflow_dispatch:
pull_request_target:
pull_request:
types: [opened, synchronize]

Expand All @@ -20,19 +21,6 @@ jobs:
filter: 'applications/*.md'
format: 'csv'

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
Expand Down

0 comments on commit 02b7ff0

Please sign in to comment.