diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 524da33..fa21e94 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' - uses: cla-assistant/github-action@v2.1.1-beta + uses: cla-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }} @@ -25,4 +25,4 @@ jobs: # branch should not be protected branch: 'signatures' # no allowlist currently - allowlist: flaxel,jreimone,*bot* + allowlist: flaxel,jreimone,timdittler,*bot* diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..eb11224 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bigquery-github-action + description: GitHub Action for writing data into BigQuery from within a Github workflow + annotations: + github.com/project-slug: Staffbase/bigquery-github-action + tags: + - github-action + - infrastructure +spec: + type: other + lifecycle: production