Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
contents: write
if: github.event.pull_request.merged == true
secrets: inherit
uses: trustification/release-tools/.github/workflows/backport.yaml@main
uses: guacsec/release-tools/.github/workflows/backport.yaml@main
```
16 changes: 3 additions & 13 deletions pkg/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@
# - org: the organization of the repo
# repo: the repo
repos:
- org: trustification
repo: trustification.github.io
- org: trustification
repo: release-tools
- org: trustification
repo: trustify-operator
# - org: trustification
# repo: trustify-helm-charts
# - org: trustification
# repo: trustify
- org: trustification
- org: guacsec
repo: trustify-release-tools
- org: guacsec
repo: trustify-ui
- org: trustification
repo: trustify-tests

# Labels
# List of labels, their color and description, that should exist in the specified repositories.
Expand Down
Loading