-
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
@aeneasr what do you think? I'm happy to add this to all the other repos as well. |
Nice! We can sync this across al repos by using github.com/ory/meta which has a sync action: https://github.com/ory/meta/blob/master/.github/workflows/sync.yml |
Cool that you have a solution to sync such things across so many repos! How do we delete the now obsolete .github/semantic.yml from all repos? After a cursory glance, I see the sync script only copying files from the meta repo to the target repos (except for the ISSUE_TEMPLATE directory, which it clears out first). |
Good question, it might make sense to use rclone / rcopy instead of a dumb |
I don't have a good answer right now. Isn't rcopy/rclone similar to deleting the target dir and copying everything over again (just faster)? If we do anything destructive (deleting files), I'm exponentially more concerned about committing straight to master while bypassing all CI and reviews. I have created ory/meta#150 to keep thinking about this specific issue. Merging this PR for conventional commit enforcement in this repo in for now. |
I've struggled with conventional commits on enough PRs to automate this. The app we currently seem to use (https://github.com/zeke/semantic-pull-requests) is no longer maintained. This sets up the recommended GitHub Action instead.
I'm doing a few test commits to verify that this works, then will tag people.
Edit: this is done now.