Skip to content

[Bug]: Release workflows should make PRs instead of pushing to master #135

@yardasol

Description

@yardasol

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:

  1. 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions