-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CI: Trigger automatic update of manual repo if CHANGELOG.md was changed #4180
Conversation
a9055c1
to
0711adc
Compare
this is very helpful! thank you |
(I don't know yaml so I can't review) |
Well, this PR is just s github workflow that should trigger another workflow on the manual repo. The other PR contains some python code if you want to review that. |
Can we merge before mixxxdj/manual#422 has been merged? |
I don't think it makes sense. Either it makes no difference or it results in a failing check every time we update the changelog. |
0711adc
to
5caba63
Compare
@Holzhaus I think you messed up a merge or you are targeting the wrong branch... |
See corresponding PR mixxxdj/manual#422 for details. This requires a Personal Acess Token (PAT) with the `public_repo` scope in the repository secrets (named `MIXXXBOT_CHANGELOG_AUTOUPDATER_PAT`).
5caba63
to
a9c859a
Compare
Oops, accidently rebased on main. Fixed. |
Is there anything left to do here? |
No, but this PR only triggers a workflow run on the manual repo, so the PR on the manual repo should be merged first. |
See corresponding PR mixxxdj/manual#422 for details.
This requires a Personal Acess Token (PAT) with the
public_repo
scopein the repository secrets (named
MANUAL_REPO_TOKEN
).