diff --git a/.github/workflows/add-comment-from-tag.yml b/.github/workflows/add-comment-from-tag.yml index 7aa0da03..43b5ece3 100644 --- a/.github/workflows/add-comment-from-tag.yml +++ b/.github/workflows/add-comment-from-tag.yml @@ -19,9 +19,11 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2 + - name: Label Commenter + - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 - with: - github_token: ${{ secrets.BOT_GITHUB_TOKEN }} - config_file: ./path_to/your_config.yml + with: + config_file: ./path_to/your_config.yml + github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/auto-tag-pr.yml b/.github/workflows/auto-tag-pr.yml index 7d5ddcef..9000d1bc 100644 --- a/.github/workflows/auto-tag-pr.yml +++ b/.github/workflows/auto-tag-pr.yml @@ -11,7 +11,6 @@ jobs: - uses: actions/checkout@v2 - uses: butlerlogic/action-autotag@stable with: - tag_prefix: v - strategy: package - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - commit_message_template: "🔖 {{number}} {{message}} (by {{author}})\nSHA: {{sha}}\n." \ No newline at end of file + GITHUB_TOKEN: '${{ secrets.BOT_GITHUB_TOKEN }}' + strategy: package + commit_message_template: "🔖 {{number}} {{message}} (by {{author}})\nSHA: {{sha}}\n."