Skip to content

Drop the announce workflows, neither of which has ever run - #1179

Merged
igorpecovnik merged 1 commit into
mainfrom
chore/drop-dead-announce-workflows
Sep 4, 2026
Merged

Drop the announce workflows, neither of which has ever run#1179
igorpecovnik merged 1 commit into
mainfrom
chore/drop-dead-announce-workflows

Conversation

@igorpecovnik

@igorpecovnik igorpecovnik commented Sep 4, 2026

Copy link
Copy Markdown
Member

TL;DR — Both Discord announce workflows are gated on a master branch this repo doesn't use. Neither has ever run: 0 runs each, lifetime.

Workflow Trigger Runs, ever
pr-announce.yml pull_request on branches: [ master ], types: [ opened ] 0
merge-announce.yml push on branches: [ master ] 0

The repository's default branch is main, so neither trigger can match. Run counts come from the Actions API, not inference.

The practical consequence is that PR and merge announcements have not been reaching Discord from this repository at all — for as long as these files have existed. Removing them therefore changes nothing that currently works; it just stops two dead files from looking like live integrations.

Nothing else references either file, and no other workflow is gated on master.

If the notifications are actually wanted, the fix isn't to keep these — it's one workflow pointed at main. Happy to add that instead if you'd prefer.

Create docs preview on PR

Documentation website preview will be available shortly:


 Open WWW preview 

pr-announce.yml posts a Discord webhook when a pull request is opened;
merge-announce.yml does the same on push. Both are gated on
`branches: [ master ]`, while this repository's default branch is `main`.

Neither has ever fired. The Actions API reports 0 runs for both, across their
entire lifetime — so PR and merge announcements have not been reaching Discord
from this repository at all, and removing them changes nothing that currently
works.

Nothing references either file. If the notifications are actually wanted, the
fix is not to keep these but to add one workflow pointed at `main`.

Signed-off-by: Igor Pecovnik <igor@armbian.com>
@github-actions github-actions Bot added size/small PR with less then 50 lines Needs review Seeking for review GitHub Actions GitHub Actions code labels Sep 4, 2026
github-actions Bot pushed a commit that referenced this pull request Sep 4, 2026
@igorpecovnik
igorpecovnik merged commit 799cac6 into main Sep 4, 2026
6 checks passed
@igorpecovnik
igorpecovnik deleted the chore/drop-dead-announce-workflows branch September 4, 2026 14:28
github-actions Bot pushed a commit that referenced this pull request Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GitHub Actions GitHub Actions code Needs review Seeking for review size/small PR with less then 50 lines

Development

Successfully merging this pull request may close these issues.

1 participant