Skip to content

Commit

Permalink
Merge pull request #393 from paketo-community/fix-dr
Browse files Browse the repository at this point in the history
Fix draft release failure
  • Loading branch information
dmikusa authored Feb 9, 2024
2 parents 957d23f + 77f6a90 commit 761e53f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ github:
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
mappers:
- '|paketobuildpacks|paketo-buildpacks|'
- '|paketocommunity|paketo-community|'

codeowners:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pb-update-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
uses: docker://ghcr.io/paketo-buildpacks/actions/draft-release:main
with:
github_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
mapper_1: '|paketocommunity|paketo-community|'
mapper_1: '|paketobuildpacks|paketo-buildpacks|'
mapper_2: '|paketocommunity|paketo-community|'
release_body: ${{ steps.release-drafter.outputs.body }}
release_id: ${{ steps.release-drafter.outputs.id }}
release_name: ${{ steps.release-drafter.outputs.name }}
Expand Down

0 comments on commit 761e53f

Please sign in to comment.