mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #2621] pull-request-activity-type lacks some possible values values #1192
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vittorfp on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2621
The list of valid
pull-request-activity-typestrings is not complete, for examplemilestonedis not a valid action, as stated in GHA docs: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_requestSnippet to reproduce:
Output of act:
Probably adding the full list of values here would solve.
@ChristopherHX commented on GitHub (Jan 18, 2025):
Maybe report it to GitHub as well https://github.com/actions/languageservices/blob/main/workflow-parser/src/workflow-v1.0.json ?
I copied that file into act, yes we could alter our copy as well
Open a PR? I only can give +1 review, but you need +2 reviews for a merge
In any case this change from my side would disable the strict check to be not stricter than the GitHub Actions Backend.
However not getting any attention, for required reviews