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

Document how to automate detection of changes in GitHub Actions #240

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Document how to automate detection of changes in GitHub Actions #240

merged 1 commit into from
Apr 4, 2023

Conversation

mrsimonemms
Copy link
Contributor

If you're managing lots of repositories, it can be a lot of effort to check for changes in them. This is an example of getting GitHub Actions to periodically run checks on the repository and creates accept and reject PRs that are ready for review.

@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0c681ef) 99.67% compared to head (3d6d59b) 99.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          21       21           
  Lines         937      937           
=======================================
  Hits          934      934           
  Misses          3        3           

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.

@sambhav sambhav merged commit f09db34 into cruft:master Apr 4, 2023
@Zethson
Copy link

Zethson commented Apr 17, 2023

This does not work if the template modified the any of the github actions workflows. Github does not allow modifying themselves.

@mrsimonemms
Copy link
Contributor Author

@Zethson can you give an example config/repo of something not working so I can investigate?

@Zethson
Copy link

Zethson commented Apr 17, 2023

See here: scverse/cookiecutter-scverse#138

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.

3 participants