Expected behavior
The next-release-minor.yml workflow should pass
Describe the bug
The next-release-minor.yml workflow fails becasue it tries to push file changes directly to master. This causes the workflow to fail since master is a protected branch and changes requires an approving review from users with write access.
To Reproduce
Steps to reproduce the behavior:
- Look at this action report
System Specifications:
- Software version: SaltProc v0.3.0
- Subsystem: Github actions
How can this issue be closed?
This issue can be closed when the next-release-minor workflow is changed to do the following.
Create a PR with the following changes:
- A release notes file for the new version
- Update the version number(s) in
version.py
- Remove the "in-development" note from the release notes for the current release.
Expected behavior
The
next-release-minor.ymlworkflow should passDescribe the bug
The
next-release-minor.ymlworkflow fails becasue it tries to push file changes directly tomaster. This causes the workflow to fail sincemasteris a protected branch and changes requires an approving review from users with write access.To Reproduce
Steps to reproduce the behavior:
System Specifications:
How can this issue be closed?
This issue can be closed when the
next-release-minorworkflow is changed to do the following.Create a PR with the following changes:
version.py