Open
Conversation
6921a11 to
16f0989
Compare
16f0989 to
4c6fd80
Compare
|
hoping this can be merged soon :) |
|
Beautiful! I would like to see this as well! |
This was referenced Aug 14, 2025
2bndy5
reviewed
Sep 10, 2025
| } | ||
|
|
||
| export function getTitle(): string | undefined { | ||
| const pullRequest = github.context.payload.pull_request; |
There was a problem hiding this comment.
Can we instead use REST API (octokit) to get the title dynamically?
I think the github.context may be statically set upon workflow event trigger. This would lead to confusion about using an outdated PR title after it has changed without triggering a new CI event (eg. re-running the job that uses this action after editing the PR title).
|
Would love to see this feature! |
|
whats the status on this..? this seems very useful.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Adds an additional match configuration for any and all for matching PR titles.
If this PR is acceptable I can also add matching PR body content matching in the same way.
Related issue:
supersedes, closes #688
supersedes, closes #109
refs #55
closes #809
Check list: