diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f54186d..d2dc512 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - 'master' + - 'main' pull_request: jobs: @@ -65,7 +65,7 @@ jobs: # permissions: # # allow goreleaser to access the Releases API # contents: write - # # Checks if this is a merge into the master(main) and creates a new release if yes. + # # Checks if this is a merge into the main and creates a new release if yes. # if: github.event_name != 'pull_request' # needs: [test, lint, goreleaser-check] # runs-on: ubuntu-latest diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8ba5b3f..3b26400 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,11 +1,11 @@ -name: "CoeQL" +name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '31 15 * * 0' diff --git a/docs/README.md b/README.md similarity index 100% rename from docs/README.md rename to README.md diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index 72b6e03..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: autotag - description: Git repository version tagging tool - annotations: - backstage.io/techdocs-ref: dir:docs/ -spec: - owner: releng - type: tool