Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/ospo-reusable-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: github/ospo-reusable-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 25, 2025

  1. ci: reduce permissions on auto-labeler and set to not release (#38)

    We were seeing random draft releases after a release occurred. I
    realized the auto-labeler workflow (also using draft-release action)
    was still doing a draft release.  This was the culprit.  By adding
    `disable-releaser: true`, we prevent this.  Since this workflow no
    longer needs to create a release we can remove the `contents: write`
    permissions also.
    
    - [x] change image-name from hard-coded to github.repository in test-release
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    b89c534 View commit details
    Browse the repository at this point in the history
Loading