Skip to content

chore: skip terraform workflows for dependabot PRs#37

Merged
Dorac merged 1 commit into
masterfrom
skip-bot-update-infra
Mar 5, 2026
Merged

chore: skip terraform workflows for dependabot PRs#37
Dorac merged 1 commit into
masterfrom
skip-bot-update-infra

Conversation

@Dorac

@Dorac Dorac commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Dependabot PR 只要跑 build/test 就好,不需要也不該動到 infra,所以plan_terraform.yml和apply_terraform.yml應該要排除dependabot pr

PR Summary by Typo

Overview

This PR introduces a change to skip Terraform workflows for Dependabot pull requests. This prevents unnecessary workflow runs when Dependabot updates dependencies.

Key Changes

  • Added a conditional check if: ${{ github.actor != 'dependabot[bot]' }} to the apply_terraform.yml and plan_terraform.yml workflows.

Work Breakdown

Category Lines Changed
New Work 2 (100.0%)
Total Changes 2
To turn off PR summary, please visit Notification settings.

@typo-app

typo-app Bot commented Mar 5, 2026

Copy link
Copy Markdown

Static Code Review 📊

✅ All quality checks passed!

@typo-app typo-app Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review 🤖

Files Reviewed: 2
Comments Added: 1
Lines of Code Analyzed: 2
Critical Issues: 0

PR Health: Excellent 🔥

Give 👍 or 👎 on each review comment to help us improve.

Comment thread .github/workflows/apply_terraform.yml
@Dorac Dorac enabled auto-merge March 5, 2026 07:46
@Dorac Dorac merged commit 7af860e into master Mar 5, 2026
6 of 10 checks passed
@Dorac Dorac deleted the skip-bot-update-infra branch March 5, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants