Skip to content

Remove recurring Discord invite check workflow#1

Merged
skylaweber merged 2 commits into
mainfrom
copilot/disable-discord-link-check
Jul 15, 2026
Merged

Remove recurring Discord invite check workflow#1
skylaweber merged 2 commits into
mainfrom
copilot/disable-discord-link-check

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown

The repository was emitting repeated CI failures/notifications from the Check Discord invite link workflow triggered on schedule and manual dispatch. This PR removes that workflow so those recurring failures stop.

  • Workflow cleanup

    • Removed .github/workflows/check-discord-link.yml from the repository.
    • Eliminates both periodic and on-demand execution paths for Discord invite validation.
  • Operational impact

    • Stops the recurring Check Discord invite link failure runs.
    • Prevents further noise from that workflow’s error/issue-creation path.
# Removed workflow triggers
on:
  schedule:
    - cron: '0 */12 * * *'
  workflow_dispatch:

Copilot AI changed the title [WIP] Remove Discord invite link check workflow Remove recurring Discord invite check workflow Jul 15, 2026
Copilot AI requested a review from skylaweber July 15, 2026 00:57
@skylaweber
skylaweber marked this pull request as ready for review July 15, 2026 21:13
@skylaweber
skylaweber merged commit c91cdb5 into main Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants