Replace refs from spring-projects-experimental to spring-projects

This commit is contained in:
Chris Bono
2023-04-10 16:05:33 -05:00
parent 0969efe14c
commit 86c95f883e
12 changed files with 21 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ env:
jobs:
build_and_deploy:
name: Build and Deploy
if: github.repository == 'spring-projects-experimental/spring-pulsar'
if: github.repository == 'spring-projects/spring-pulsar'
runs-on: ubuntu-latest
outputs:
project_version: ${{ steps.extract_version.outputs.project_version }}
@@ -140,10 +140,10 @@ jobs:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
run: |
gh issue list \
--repo spring-projects-experimental/spring-pulsar \
--repo spring-projects/spring-pulsar \
--state all --json number,title,labels \
--search milestone:$VERSION \
--jq '{issues:map(select((.labels | length == 0) or (any(.labels[].name; startswith("automation/rlnotes")|not))) + {repo:"spring-projects-experimental/spring-pulsar"})}' \
--jq '{issues:map(select((.labels | length == 0) or (any(.labels[].name; startswith("automation/rlnotes")|not))) + {repo:"spring-projects/spring-pulsar"})}' \
> $RELEASE_NOTES_ISSUES
mustache $RELEASE_NOTES_ISSUES .github/rlnotes.mustache > $RELEASE_NOTES_FILE
gh release create $VERSION \