From 9586712f2dfe408c90fbeb7aacef1caf9c8ff75c Mon Sep 17 00:00:00 2001 From: Yashwant Singh Parihar Date: Sun, 1 Nov 2020 17:23:51 +0530 Subject: [PATCH] This workflow doesn't require for PR. --- .github/workflows/update-cli11.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-cli11.yaml b/.github/workflows/update-cli11.yaml index f738cb8857..1b5ad88cc2 100644 --- a/.github/workflows/update-cli11.yaml +++ b/.github/workflows/update-cli11.yaml @@ -1,6 +1,5 @@ name: Update CLI11 on: - pull_request: workflow_dispatch: schedule: - cron: '0 10 1/16 * *' @@ -9,8 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: Get Latest CLI11 Tagged Release id: cli11-header run: | @@ -41,9 +38,7 @@ jobs: commit-message: Upgrade CLI11 to ${{ steps.cli11-header.outputs.release_tag }} title: Upgrade CLI11 to ${{ steps.cli11-header.outputs.release_tag }} body: | - Updates [CLIUtils/CLI11][1] to ${{ steps.cli11-header.outputs.release_tag }}. - Auto-generated by [create-pull-request][2] - [1]: https://github.com/CLIUtils/CLI11 - [2]: https://github.com/peter-evans/create-pull-request - labels: update headers deps, automated pr + Updates (CLIUtils/CLI11)[https://github.com/CLIUtils/CLI11] to ${{ steps.cli11-header.outputs.release_tag }}. + Auto-generated by (create-pull-request)[https://github.com/peter-evans/create-pull-request] + labels: update dependencies, automated PR branch: cli11-header-updates-${{ steps.cli11-header.outputs.release_tag }}