diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 408f435..35902fb 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -24,7 +24,7 @@ jobs: path-to-signatures: 'signatures/cla.json' path-to-document: 'https://github.com/meta-organvm/.github/blob/main/CLA.md' branch: 'main' - allowlist: 'bot*,dependabot[bot],github-actions[bot],4444J99' + allowlist: 'bot*,dependabot[bot],github-actions[bot],4444J99,organvm*' custom-notsigned-prcomment: | Thank you for your contribution to **recursive-engine--generative-entity**! Before we can merge this PR, we need you to sign our [Contributor License Agreement](https://github.com/meta-organvm/.github/blob/main/CLA.md). diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 0248917..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: CodeQL - -on: - push: - branches: [main] - pull_request: - branches: [main] - schedule: - - cron: '0 6 * * 1' - -permissions: - security-events: write - contents: read - -jobs: - analyze: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: github/codeql-action/init@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3 - with: - languages: python - - uses: github/codeql-action/analyze@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3