Skip to content

Comments

Disable pr_opened_tasks workflow for all branches#769

Merged
sbaker617 merged 1 commit intomainfrom
disable-pr-opened-tasks
Dec 31, 2025
Merged

Disable pr_opened_tasks workflow for all branches#769
sbaker617 merged 1 commit intomainfrom
disable-pr-opened-tasks

Conversation

@sbaker617
Copy link

Summary

Disables the pr_opened_tasks workflow for all branches by adding branches-ignore: ['*'] to the trigger configuration.

Reason

This workflow requires GitHub App credentials (APP_ID and APP_PRIVATE_KEY) that are not configured in the Slack fork. Without these credentials, the workflow fails when triggered.

The workflow was added during an upstream sync from vitessio/vitess (commit fb13046) as part of porting the vitess-bot to GitHub Actions. However, it references upstream-specific processes and labels that may not apply to Slack's workflow.

Approach

Rather than deleting the file entirely, we're disabling it to ease future upstream syncs. The file can be deleted later if desired.

Test plan

  • Verify that the workflow no longer runs on PRs targeting any branch
  • Verify that other workflows continue to function normally

This workflow requires GitHub App credentials (APP_ID/APP_PRIVATE_KEY)
that are not configured in the Slack fork. Disabling for all branches
rather than deleting to ease future upstream syncs.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@sbaker617 sbaker617 requested a review from tanjinx December 31, 2025 18:55
@sbaker617 sbaker617 merged commit 39a13cd into main Dec 31, 2025
75 of 106 checks passed
@sbaker617 sbaker617 deleted the disable-pr-opened-tasks branch December 31, 2025 18:59
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