Skip to content

Commit

Permalink
Update check-pr-title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored Jul 27, 2020
1 parent c1af3d6 commit ad2dd5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: MeilCli/regex-match@master
id: regex
with:
Expand All @@ -21,6 +27,7 @@ jobs:
run: echo "::set-output name=result::failure"
- uses: MeilCli/check-run-auto@master
with:
github_token: ${{ steps.generate_token.outputs.token }}
name: 'Check/Title'
output_title: 'Check Title Result'
output_surmmary: 'Check Title of pull request'
Expand Down

0 comments on commit ad2dd5a

Please sign in to comment.