From c97e9c334fcee7ce6e726252559e9d1a51912d5a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 04:30:15 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index eddc7fdb58..62ecd92e2c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -389,15 +389,14 @@ jobs: with: title: '[Bot] Update playlists' body: | - This pull request is created automatically by `auto-update` action. + This pull request is created by [auto-update][1] workflow. - https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} + [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>' - branch: bot/auto-pull-request delete-branch: true token: ${{ steps.generate-token.outputs.token }} - name: Enable Pull Request Automerge - if: steps.generate-token.outputs.pull-request-operation == 'created' + if: steps.pr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v1 with: token: ${{ secrets.PAT }}