Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workflow): update token #99

Closed
wants to merge 9 commits into from
6 changes: 3 additions & 3 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: PR Title Checker
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.4
- uses: thehanimo/pr-title-checker@v1.4.0
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: '.github/pr-title-checker-config.json'
configuration_path: .github/pr-title-checker-config.json
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.3.0](https://github.com/Cognigy/Cognigy-CLI/compare/v1.2.2...v1.3.0) (2023-04-24)


### Features

* **playbooks:** run playbooks ([04986be](https://github.com/Cognigy/Cognigy-CLI/commit/04986bea068721ccc49a6e7b21875f595631ccd3))
* **playbooks:** updated readme ([51847fc](https://github.com/Cognigy/Cognigy-CLI/commit/51847fcd27eaa3f828178655212441425789a546))

## [1.2.2](https://github.com/Cognigy/Cognigy-CLI/compare/v1.2.1...v1.2.2) (2023-03-14)


### Bug Fixes

* **project:** triggering a new release ([9e81c80](https://github.com/Cognigy/Cognigy-CLI/commit/9e81c800c5f00ce05ce446f1205791ea4e9ff9d3))

## [1.2.1](https://github.com/Cognigy/Cognigy-CLI/compare/v1.2.0...v1.2.1) (2023-03-14)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([c23fe7e](https://github.com/Cognigy/Cognigy-CLI/commit/c23fe7e036f18802437bf4ec347e5286a7e2d160))
* receive snapshot as ArrayBuffer ([a672133](https://github.com/Cognigy/Cognigy-CLI/commit/a672133c639f834625b2d37d1b4b72765c14423e))
* **snyk vulnerabilities:** snyk vulnerability ([3e48f41](https://github.com/Cognigy/Cognigy-CLI/commit/3e48f41d41bd502afb20bb041d66b4cacdad063b))

## [1.2.1](https://github.com/Cognigy/Cognigy-CLI/compare/v1.2.0...v1.2.1) (2023-03-14)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ Any PRs to develop needs to be merged as squash merges.

Create a PR from develop to main and do a merge commit. This will automatically trigger a new release.
To make the release publish a new minor version to the npm registry, the commit message needs to follow the [semantic message format] and having at least one of the commits to main from the last release with a fix.

Loading