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

chore: auto-labeler workflow perms and goreleaser config #83

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: auto-labeler workflow perms and goreleaser config
- [x] change contents: write to read for auto-labeler workflow
- [x] update goreleaser config due to deprecations
  - https://github.com/privateerproj/privateer/actions/runs/12999165564/job/36253914307#step:4:23-23

Signed-off-by: jmeridth <jmeridth@gmail.com>
jmeridth committed Jan 27, 2025
commit 2aa48eb5120e557711f60cbbb88e194393baceda
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ permissions:
jobs:
auto_labeler:
permissions:
contents: write
contents: read
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
with:
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ builds:
- darwin

archives:
- format: tar.gz
- formats: ["tar.gz"]
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
@@ -33,7 +33,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: ["zip"]

changelog:
sort: asc