Skip to content

Commit 03e0e24

Browse files
authored
feat: using the current version of the announcement bot for Mastodon (#333)
This version strip away commit links and keeps issue links without Markdown syntax <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the release announcement workflow to use a newer version of the Mastodon posting action. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 53ac8b0 commit 03e0e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/mastodon-release-post-action@v1.5.0
19+
uses: snakemake/mastodon-release-post-action@main # == latest
2020
with:
2121
access-token: ${{ secrets.MASTODONBOT }}
2222
pr-title: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)