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

@@ -12,7 +12,7 @@ env:
jobs:
build_and_verify:
name: Build and Verify
if: github.repository == 'spring-projects-experimental/spring-pulsar'
if: github.repository == 'spring-projects/spring-pulsar'
runs-on: ubuntu-latest
steps:
- name: Checkout repo

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 \

View File

@@ -15,7 +15,7 @@ env:
jobs:
deploy_docs:
name: Deploy docs to Artifactory (release)
if: github.repository == 'spring-projects-experimental/spring-pulsar'
if: github.repository == 'spring-projects/spring-pulsar'
runs-on: ubuntu-latest
steps:
- id: checkout-source

View File

@@ -14,7 +14,7 @@ permissions:
jobs:
update_release_version:
name: Initiate Release
if: github.repository == 'spring-projects-experimental/spring-pulsar'
if: github.repository == 'spring-projects/spring-pulsar'
runs-on: ubuntu-latest
permissions:
contents: read