From 077c382a5548a56750e3b21b383763c422b53501 Mon Sep 17 00:00:00 2001 From: "developer-experience-bot[bot]" <91079284+developer-experience-bot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:34:45 +0000 Subject: [PATCH 1/4] chore(main): release 2.0.1-SNAPSHOT --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4acdaaf5..d04fee58 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.coveo push-api-client.java - 2.2.0 + 2.0.1-SNAPSHOT ${project.groupId}:${project.artifactId} jar Coveo Push API client. See more on https://github.com/coveo/push-api-client.java @@ -53,7 +51,7 @@ org.apache.maven.plugins maven-source-plugin 3.0.0 - + attach-sources @@ -76,7 +74,7 @@ src/test/java/**/*.java - + From 230b0e7f5c20ff838ad07e628740877b28d209c2 Mon Sep 17 00:00:00 2001 From: ylakhdar Date: Tue, 13 Jun 2023 15:41:35 -0400 Subject: [PATCH 2/4] ci: troubleshoot --- .github/workflows/pr-title-semantic-lint.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index 2ad95ccc..a98129af 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -4,6 +4,21 @@ on: branches: [main] types: [opened, edited, synchronize, reopened] jobs: + troubleshoot: + runs-on: ubuntu-latest + steps: + - name: Actor + run: echo "The GitHub Actor is ${{ github.actor }}" + + - name: Actor is Developer experience bot + run: echo "is dev experience bot ${{ (github.actor == 'developer-experience-bot[bot]') }}" + + - name: Labels + run: echo "The PR labels are ${{ join(github.event.pull_request.labels.*.name) }}" + + - name: Label condition + run: echo "The labels contain "snapshot" - ${{ contains(github.event.pull_request.labels.*.name, format('autorelease{0} snapshot', ':'))}}" + Lint: runs-on: ubuntu-latest env: From aa2c8714b839f65371280a0711bc720f67b86f75 Mon Sep 17 00:00:00 2001 From: ylakhdar Date: Tue, 13 Jun 2023 15:43:03 -0400 Subject: [PATCH 3/4] ci: troubleshoot --- .github/workflows/pr-title-semantic-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index a98129af..c64e350f 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -17,7 +17,7 @@ jobs: run: echo "The PR labels are ${{ join(github.event.pull_request.labels.*.name) }}" - name: Label condition - run: echo "The labels contain "snapshot" - ${{ contains(github.event.pull_request.labels.*.name, format('autorelease{0} snapshot', ':'))}}" + run: "${{ contains(github.event.pull_request.labels.*.name, 'autorelease: snapshot')}}" Lint: runs-on: ubuntu-latest From bbc216f3f64a1ea22e44ac37ba9c88cb6738668c Mon Sep 17 00:00:00 2001 From: ylakhdar Date: Tue, 13 Jun 2023 15:44:00 -0400 Subject: [PATCH 4/4] ci: revert troubleshooting --- .github/workflows/pr-title-semantic-lint.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/pr-title-semantic-lint.yml b/.github/workflows/pr-title-semantic-lint.yml index c64e350f..2ad95ccc 100644 --- a/.github/workflows/pr-title-semantic-lint.yml +++ b/.github/workflows/pr-title-semantic-lint.yml @@ -4,21 +4,6 @@ on: branches: [main] types: [opened, edited, synchronize, reopened] jobs: - troubleshoot: - runs-on: ubuntu-latest - steps: - - name: Actor - run: echo "The GitHub Actor is ${{ github.actor }}" - - - name: Actor is Developer experience bot - run: echo "is dev experience bot ${{ (github.actor == 'developer-experience-bot[bot]') }}" - - - name: Labels - run: echo "The PR labels are ${{ join(github.event.pull_request.labels.*.name) }}" - - - name: Label condition - run: "${{ contains(github.event.pull_request.labels.*.name, 'autorelease: snapshot')}}" - Lint: runs-on: ubuntu-latest env: