Skip to content

ci: update GitHub workflows and PR template#20

Open
vineetbavniya-cd wants to merge 3 commits into
masterfrom
ci/update-workflows-and-pr-template
Open

ci: update GitHub workflows and PR template#20
vineetbavniya-cd wants to merge 3 commits into
masterfrom
ci/update-workflows-and-pr-template

Conversation

@vineetbavniya-cd

Copy link
Copy Markdown

what

  • update referenced and trigger conditions in GitHub Actions workflows
  • update referenced files across CI workflows
  • update/rename workflows, use PR triggers for tf files, exclude dependabot, and add missing workflows.
  • update pull request template for improved clarity and structure

@vineetbavniya-cd vineetbavniya-cd self-assigned this Apr 17, 2026
@vineetbavniya-cd vineetbavniya-cd added the github_actions Pull requests that update GitHub Actions code label Apr 17, 2026
Comment thread .github/workflows/auto_assignee.yml Fixed
Comment thread .github/workflows/changelog.yml Fixed
Comment thread .github/workflows/pr-checks.yml Fixed
Comment thread .github/workflows/tf-checks.yml Fixed
Comment thread .github/workflows/tflint.yml Fixed
hahirwar-cd
hahirwar-cd previously approved these changes May 1, 2026
@anmolnagpal
anmolnagpal force-pushed the ci/update-workflows-and-pr-template branch 2 times, most recently from d67023c to 16df4ab Compare June 15, 2026 19:50
Comment on lines +9 to +10
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/pr-checks.yml@v2
Comment on lines +9 to +15
uses: clouddrove/github-shared-workflows/.github/workflows/release-changelog.yml@v2
with:
branch: master
tag_format: vX.Y.Z
release_tag: ${{ github.ref_name }}
secrets:
GITHUB: ${{ secrets.GITHUB_TOKEN }} No newline at end of file
Comment on lines +10 to +13
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@v2
secrets:
GITHUB: ${{ secrets.GITHUB }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants