Skip to content

Commit

Permalink
Merge branch 'master' into bump/star
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed May 23, 2024
2 parents d59c42e + 8667d59 commit 746c395
Show file tree
Hide file tree
Showing 943 changed files with 29,855 additions and 6,208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Close user-tagged issues and PRs"
on:
schedule:
- cron: "0 0 * * 0" # Once a week
workflow_dispatch:

jobs:
clean-up:
Expand All @@ -21,4 +22,3 @@ jobs:
any-of-labels: "awaiting-changes,awaiting-feedback"
exempt-issue-labels: "WIP"
exempt-pr-labels: "WIP"
repo-token: ${{ secrets.GITHUB_TOKEN }}}
2 changes: 1 addition & 1 deletion .github/workflows/fix-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Use the @nf-core-bot token to check out so we can push later
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
token: ${{ secrets.nf_core_bot_auth_token }}

Expand Down
Loading

0 comments on commit 746c395

Please sign in to comment.