Skip to content

Commit 4051273

Browse files
authored
feat: mastodonbot (#185)
like #183 - there is a mismatch in the allowed commands <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added an automated script to post release announcements to Mastodon - Implemented a GitHub Actions workflow to trigger Mastodon announcements after pull request merges - **Chores** - Updated `.gitignore` to include new file exclusion patterns - Refined release announcement process with improved error handling and messaging <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4d218d3 commit 4051273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_to_mastodon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
timeout_minutes: 2
2222
max_attempts: 3
23-
run: |
23+
command: |
2424
git checkout ${{ github.event.pull_request.head.sha }}
2525
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
2626
export PR_TITLE="${{ github.event.pull_request.title }}"

0 commit comments

Comments
 (0)