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 Update Plenum Repo Dispatch script #1832

Open
WadeBarnes opened this issue Feb 6, 2024 · 2 comments
Open

Fix Update Plenum Repo Dispatch script #1832

WadeBarnes opened this issue Feb 6, 2024 · 2 comments

Comments

@WadeBarnes
Copy link
Member

The repoDispatchable_UpdatePlenumDependency.yaml script is called by the Plenum release process once a new version of Plenum is published. The script is meant to automate the process of summitting a PR to update indy-node with the latest version of plenum.

The PR creation step fails because the github.event.pusher.email field is blank at the time the script runs. The email address is expected to be the email of the github.actor. It might simply be the wrong field is being referenced to access the email address.

@WadeBarnes
Copy link
Member Author

Manually submitted the PR this time around; #1831

@WadeBarnes
Copy link
Member Author

The sed script setting the plenum version needs some tweaking to. It leaves out the closing '. For example:
image

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

No branches or pull requests

1 participant