Make `chango` Commit Re-Trigger Workflows (#5007)

This commit is contained in:
Bibo-Joshi
2025-10-15 20:52:42 +02:00
committed by GitHub
parent 9c73d3d850
commit dd24b84dc2
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -36,8 +36,11 @@ jobs:
fi
# Create the new fragment
- uses: Bibo-Joshi/chango@212fc662da1b1026f335e110270d75690df05758 # 0.5.0
- uses: Bibo-Joshi/chango@617976e1706dc9a72ea40e529d4b1dcc433d4e22 # 0.6.0
with:
# passing this custom token has two purposes
# 1. it allows us to fetch info about issue types
# 2. it ensures that the push will also re-trigger workflows
github-token: ${{ secrets.CHANGO_PAT }}
query-issue-types: true
commit-and-push: ${{ steps.check_title.outputs.COMMIT_AND_PUSH }}
@@ -0,0 +1,5 @@
internal = "Make ``chango`` Commit Re-Trigger Workflows"
[[pull_requests]]
uid = "5007"
author_uids = ["Bibo-Joshi"]
closes_threads = []