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: dependabot/fetch-metadata throw on push event #312

Merged
merged 1 commit into from Nov 20, 2022
Merged

Conversation

climba03003
Copy link
Member

@climba03003 climba03003 commented Nov 18, 2022

Suppress #310
Fixes #311

In the issue, it believes the problem is cause by running the action in pull event and the filter to restrict on main branch will solve the problem.
However, the main cause is dependabot/fetch-metadata never expected to run on push event and the branch other than dependabot/* . So, it will throws on certain edge case.

This PR restrict dependabot/fetch-metadata only runs on the event that should run.

Checklist

@Eomm Eomm merged commit df80bb4 into main Nov 20, 2022
@Eomm Eomm deleted the fix-fetch-metadata branch November 20, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update readme basic example with filters regarding push to master only and version references to major only
3 participants