Replace refs from spring-projects-experimental to spring-projects
This commit is contained in:
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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 \
|
||||
|
||||
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user