Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix double 'push tag' action feed #15078

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

a1012112796
Copy link
Member

test

git clone ``http://xxxx/test-event.git``
cd test-event
echo "init commit" > README.md
git commit -m "init commit" 
git tag v1
git push -u origin master --tags
git tag -d v1
git push origin :refs/tags/v1

before this change:
image

after:
image

Signed-off-by: a1012112796 <1012112796@qq.com>
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Mar 21, 2021
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Mar 21, 2021
@6543 6543 merged commit 17731e0 into go-gitea:master Mar 21, 2021
@6543
Copy link
Member

6543 commented Mar 21, 2021

please backport 🙃

@a1012112796 a1012112796 deleted the fix_double_tag_event branch March 21, 2021 12:56
a1012112796 added a commit to a1012112796/gitea that referenced this pull request Mar 21, 2021
Signed-off-by: a1012112796 <1012112796@qq.com>
@a1012112796 a1012112796 added the backport/done All backports for this PR have been created label Mar 21, 2021
zeripath pushed a commit that referenced this pull request Mar 21, 2021
Signed-off-by: a1012112796 <1012112796@qq.com>
@go-gitea go-gitea locked and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants