Fix actions workflow branches match bug#22724
Merged
lunny merged 2 commits intogo-gitea:mainfrom Feb 2, 2023
Merged
Conversation
wolfogre
approved these changes
Feb 2, 2023
a1012112796
approved these changes
Feb 2, 2023
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Feb 5, 2023
* giteaoffical/main: (23 commits) Add Cargo package registry (go-gitea#21888) Add new captcha: cloudflare turnstile (go-gitea#22369) add default user visibility to cli command "admin user create" (go-gitea#22750) Show all projects, not just repo projects and open/closed projects (go-gitea#22640) Remove ONLY_SHOW_RELEVANT_REPOS setting (go-gitea#21962) Escape path for the file list (go-gitea#22741) Repositories: by default disable all units except code and pulls on forks (go-gitea#22541) Fix color of tertiary button on dark theme (go-gitea#22739) Refactor git command package to improve security and maintainability (go-gitea#22678) Improve trace logging for pulls and processes (go-gitea#22633) Remove 'primary' class from tab counter labels (go-gitea#22687) Use native error checking with `exec.ErrDot` (go-gitea#22735) update to build with go1.20 (go-gitea#22732) Add missed reverse proxy authentication documentation (go-gitea#22250) Update button is shown when a Pull Request is marked WIP - Issue go-gitea#21740 (go-gitea#22683) Do not overwrite empty DefaultBranch (go-gitea#22708) Improve error report when user passes a private key (go-gitea#22726) Add some comments for recent code (go-gitea#22725) Fix actions workflow branches match bug (go-gitea#22724) Fix group filter for ldap source sync (go-gitea#22506) ...
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
caused by #22680
pushPayload.RefandprPayload.PullRequest.Base.Refhave the format likerefs/heads/<branch_name>, so we need to trim the prefix before comparing.