Skip to content

Commit

Permalink
ci: merge doc label actor and checker tasks (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Jan 29, 2024
1 parent 91c8c62 commit d43c638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
body: |
A document change request is generated from
${{ github.event.issue.html_url || github.event.pull_request.html_url }}
- name: Check doc labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: Doc update required,Doc not needed
repo_token: ${{ secrets.GITHUB_TOKEN }}
19 changes: 0 additions & 19 deletions .github/workflows/user-doc-label-checker.yml

This file was deleted.

0 comments on commit d43c638

Please sign in to comment.