Update example and reviewdog.yml
This commit is contained in:
22
.github/workflows/depup.yml
vendored
22
.github/workflows/depup.yml
vendored
@@ -22,14 +22,13 @@ jobs:
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
|
||||
commit-message: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
|
||||
title: "chore(deps): update ${{ github.job }} to ${{ steps.depup.outputs.latest }}"
|
||||
commit-message: "chore(deps): update ${{ github.job }} to ${{ steps.depup.outputs.latest }}"
|
||||
body: |
|
||||
Update reviewdog to [${{ steps.depup.outputs.latest }}](https://github.com/reviewdog/reviewdog/releases/tag/v${{ steps.depup.outputs.latest }})
|
||||
Update ${{ github.job }} to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/v${{ steps.depup.outputs.latest }})
|
||||
|
||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Adepup).
|
||||
branch: depup/reviewdog
|
||||
base: master
|
||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
||||
branch: depup/${{ github.job }}
|
||||
|
||||
redpen:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -46,11 +45,10 @@ jobs:
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title: "chore(deps): update redpen to ${{ steps.depup.outputs.latest }}"
|
||||
commit-message: "chore(deps): update redpen to ${{ steps.depup.outputs.latest }}"
|
||||
title: "chore(deps): update ${{ github.job }} to ${{ steps.depup.outputs.latest }}"
|
||||
commit-message: "chore(deps): update ${{ github.job }} to ${{ steps.depup.outputs.latest }}"
|
||||
body: |
|
||||
Update redpen to [${{ steps.depup.outputs.latest }}](https://github.com/redpen-cc/redpen/releases/tag/redpen-${{ steps.depup.outputs.latest }})
|
||||
Update ${{ github.job }} to [${{ steps.depup.outputs.latest }}](https://github.com/${{ steps.depup.outputs.repo }}/releases/tag/v${{ steps.depup.outputs.latest }})
|
||||
|
||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Adepup).
|
||||
branch: depup/redpen
|
||||
base: master
|
||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
||||
branch: depup/${{ github.job }}
|
||||
|
||||
Reference in New Issue
Block a user