diff --git a/.github/workflows/auto-tag-pr.yml b/.github/workflows/auto-tag-pr.yml index ce4cde10..d3a575bd 100644 --- a/.github/workflows/auto-tag-pr.yml +++ b/.github/workflows/auto-tag-pr.yml @@ -34,6 +34,7 @@ jobs: bodyFile: ".github/LATEST_CHANGELOG.md" mark-issue-fixed: runs-on: ubuntu-latest + if: ${{ github.event_name == 'issues' }} steps: - uses: actions/checkout@v2 - name: Label Fixed Issues diff --git a/.github/workflows/broadcast-message.yml b/.github/workflows/broadcast-message.yml deleted file mode 100644 index da0ece17..00000000 --- a/.github/workflows/broadcast-message.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Updates multiple issues with a certain tag, with a comment containing a given message -name: đŸŽ¯ Broadcast Message across Issues -on: - workflow_dispatch: - inputs: - message: { required: false } - labels: { required: false } -jobs: - broadcast: - runs-on: ubuntu-latest - steps: - - uses: jenschelkopf/broadcast-action@master - with: - token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/dependency-updates-summary.yml b/.github/workflows/dependency-updates-summary.yml index 24fedb2d..a9c41303 100644 --- a/.github/workflows/dependency-updates-summary.yml +++ b/.github/workflows/dependency-updates-summary.yml @@ -15,4 +15,3 @@ jobs: collapsibleThreshold: '25' failOnDowngrade: 'false' path: 'yarn.lock' - updateComment: 'true' diff --git a/.github/workflows/generate-credits.yml b/.github/workflows/generate-credits.yml index 4746b732..0ec6a208 100644 --- a/.github/workflows/generate-credits.yml +++ b/.github/workflows/generate-credits.yml @@ -66,18 +66,3 @@ jobs: committer_username: liss-bot committer_email: liss-bot@d0h.co - make-author-list: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎ī¸ - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wow-actions/update-authors@v1.1.4 - with: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - sort: commits - bots: true - path: .github/AUTHORS.txt - commit: ':blue_heart: Makes author list' - template: '{{name}} <{{email}}> - {{commits}} commits' diff --git a/.github/workflows/release-commenter.yml b/.github/workflows/release-commenter.yml index 4f2ab187..eff58e1c 100644 --- a/.github/workflows/release-commenter.yml +++ b/.github/workflows/release-commenter.yml @@ -10,10 +10,8 @@ jobs: - uses: apexskier/github-release-commenter@v1 with: GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - label-template: 🛩ī¸ Released {release_tag}, 🔨 Fixed + label-template: 🛩ī¸ Released {release_tag} comment-template: | - **The fix for this issue has now been released in {release_name} ✨** + **This has now been released in {release_name} ✨** If you haven't done so already, please [update your instance](https://github.com/Lissy93/dashy/blob/master/docs/management.md#updating) to `{release_tag}` or later. See {release_link} for full info. - - Feel free to reach out if you need any more support. If you are enjoying Dashy, consider [supporting the project](https://github.com/Lissy93/dashy/blob/master/docs/contributing.md#contributing).