diff --git a/.github/workflows/call-publish.yml b/.github/workflows/call-publish.yml index 7c54f4f..307d855 100644 --- a/.github/workflows/call-publish.yml +++ b/.github/workflows/call-publish.yml @@ -12,3 +12,4 @@ jobs: release_queue_url: ${{ secrets.RELEASE_QUEUE_URL }} splunkbase_user: ${{ secrets.SPLUNKBASE_USER }} splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }} + semantic_release_pk: ${{ secrets.SEMANTIC_RELEASE_PK }} diff --git a/.github/workflows/call-push.yml b/.github/workflows/call-push.yml deleted file mode 100644 index ed0c15c..0000000 --- a/.github/workflows/call-push.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Call Push Workflow - -on: - pull_request: - types: - - opened # When a new PR is opened - - synchronize # When a new commit is pushed to the PR branch - -jobs: - call-push: - uses: splunk-soar-connectors/.github/.github/workflows/push.yml@main diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3efc6ab..0af4778 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,8 +52,25 @@ repos: rev: main hooks: - id: build-docs + language: python + additional_dependencies: ["local-hooks"] + args: ['.'] - id: copyright - # - id: package-app-dependencies - # - id: notice-file + language: python + additional_dependencies: ["local-hooks"] + args: ['.'] + - id: package-app-dependencies + language: python + additional_dependencies: ["local-hooks"] + - id: notice-file + language: python + additional_dependencies: ["local-hooks"] + args: ['.'] - id: release-notes + language: python + additional_dependencies: ["local-hooks"] + args: ['.'] - id: static-tests + language: python + additional_dependencies: ["local-hooks"] + args: ['.'] diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 00444f3..33455cf 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,3 +1,3 @@ **Unreleased** -* chore: batch changes +* chore(ci): Pre-commit config updates