Mitchell Hashimoto
2d2d913f80
ci: skip milestone workflow for bot-authored PRs
...
The milestone action currently runs for all merged pull_request_target
close events, including PRs opened by bots such as dependabot and
ghostty-vouch. That causes milestone binding to run on automated PRs
that should be ignored.
Gate the update-milestone job so pull request events only run when the
author is not a bot, while still allowing closed-issue events to run.
This preserves existing issue milestone behavior and prevents bot PRs
from triggering the workflow.
2026-03-16 09:34:37 -07:00
Mitchell Hashimoto
f571c806fe
ci: skip vouched PRs for milestone attachment
2026-03-11 08:38:54 -07:00
Mitchell Hashimoto
a6b6033852
ci: pass milestone token via github-token parameter
...
If I am reading the upstream action right, even if you set GITHUB_TOKEN
env var its defaulting to `github.token`, so we need to specify as a
param.
2026-02-19 20:39:53 -08:00
Mitchell Hashimoto
df47dc1a98
ci: milestone workflow should use our vouch app token
...
This increases our rate limits and the vouch app already has the
permissions required for the milestone workflow.
2026-02-19 20:35:00 -08:00
Mitchell Hashimoto
2863849fca
ci: milestone workflow should use our vouch app token
...
This increases our rate limits and the vouch app already has the
permissions required for the milestone workflow.
2026-02-19 20:28:30 -08:00
dependabot[bot]
1952d873fe
build(deps): bump hustcer/milestone-action from 3.0 to 3.1
...
Bumps [hustcer/milestone-action](https://github.com/hustcer/milestone-action ) from 3.0 to 3.1.
- [Release notes](https://github.com/hustcer/milestone-action/releases )
- [Changelog](https://github.com/hustcer/milestone-action/blob/main/CHANGELOG.md )
- [Commits](dcd6c3742a...ebed8d5daa )
---
updated-dependencies:
- dependency-name: hustcer/milestone-action
dependency-version: '3.1'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-26 21:00:10 +00:00
Justin Ma
19d1377659
ci: Upgrade hustcer/milestone-action to v3 ( #9357 )
...
Upgrade `hustcer/milestone-action` to v3, try to fix set milestone error
2025-10-26 08:26:18 -07:00
Mitchell Hashimoto
2f5c09c1bf
ci: update milestone action ( #9354 )
...
Fixes our failing CI, hopefully!
2025-10-26 06:52:32 -07:00
dependabot[bot]
5bebd10b7f
build(deps): bump hustcer/milestone-action from 2.9 to 2.11
...
Bumps [hustcer/milestone-action](https://github.com/hustcer/milestone-action ) from 2.9 to 2.11.
- [Release notes](https://github.com/hustcer/milestone-action/releases )
- [Changelog](https://github.com/hustcer/milestone-action/blob/main/CHANGELOG.md )
- [Commits](b57a7e52e9...bff2091b54 )
---
updated-dependencies:
- dependency-name: hustcer/milestone-action
dependency-version: '2.11'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-09 00:06:42 +00:00
hustcer
259266223c
Upgrade hustcer/milestone-action to v2.9
2025-07-26 11:57:13 +08:00
Breno A.
0a1ade0158
pin GitHub Actions to specific SHAs
2025-07-06 06:59:50 -07:00
hustcer
c84fefc4ea
chore: Add milestone workflow to add milestone to merged PR and fixed Issues
2024-12-29 07:06:47 -08:00