Skip to content

Commit

Permalink
Merge pull request #85 from mirpedrol/use-bot
Browse files Browse the repository at this point in the history
Use bot
  • Loading branch information
mirpedrol authored May 13, 2024
2 parents 9874ad1 + a3c73e4 commit 968e545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version_comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: nf-core template version comment
# This workflow is triggered on PRs to check if the pipeline template version matches the latest.
# It posts a comment on the PR, even if it comes from a fork.

on:
pull_request_target:

Expand Down Expand Up @@ -31,7 +32,7 @@ jobs:
if: |
${{ steps.nf_core_outdated.outputs.stdout }} =~ 'nf-core'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.NF_CORE_BOT_AUTH_TOKEN }}
allow-repeats: false
message: |
## :warning: New nf-core template version available
Expand Down

0 comments on commit 968e545

Please sign in to comment.