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

Automation workflows #972

Merged
merged 28 commits into from Apr 3, 2023
Merged

Automation workflows #972

merged 28 commits into from Apr 3, 2023

Conversation

kwitsch
Copy link
Collaborator

@kwitsch kwitsch commented Mar 31, 2023

Changes:

  • Added fork sync workflow(syncs the main branch with upstream every 30 minutes)
  • Added monthly workflow run deletion(all skipped or canceld and runs older than 30days will be deleted)
  • Removed Docker image build for main branch on forks
  • Added documentation how to enable sync and docker build workflows

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: -0.12 ⚠️

Comparison is base (b856837) 93.64% compared to head (1b4c686) 93.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #972      +/-   ##
==========================================
- Coverage   93.64%   93.53%   -0.12%     
==========================================
  Files          63       63              
  Lines        5304     5320      +16     
==========================================
+ Hits         4967     4976       +9     
- Misses        264      269       +5     
- Partials       73       75       +2     
Impacted Files Coverage Δ
lists/parsers/adapt.go 100.00% <ø> (ø)
util/arpa.go 100.00% <ø> (ø)
lists/parsers/hosts.go 97.72% <82.35%> (-2.28%) ⬇️
config/blocking.go 88.09% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kwitsch
Copy link
Collaborator Author

kwitsch commented Mar 31, 2023

That patch error is not my doing 🫣

Copy link
Owner

@0xERR0R 0xERR0R left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@0xERR0R 0xERR0R added the 🧰 technical debts Technical debts, refactoring label Apr 3, 2023
@0xERR0R 0xERR0R added this to the v0.22 milestone Apr 3, 2023
@0xERR0R 0xERR0R merged commit 68a8476 into 0xERR0R:main Apr 3, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 technical debts Technical debts, refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants