diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97c9292031917e..b61dc19cb91b03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore" + include: "scope" allow: - - dependency-name: "github.com/cloudquery/cq-provider-sdk" \ No newline at end of file + - dependency-name: "github.com/cloudquery/cq-provider-sdk" diff --git a/.github/release.yml b/.github/release.yml index 39b9fd918bf0f9..677ddfbf287b70 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,10 +4,10 @@ changelog: labels: - ignore-for-release categories: - - title: 💥 Breaking Changes + - title: Breaking Changes labels: - breaking - - title: 🚀 Added + - title: Added labels: - enhancement - docs @@ -20,4 +20,4 @@ changelog: - refactor - chore - ci - - test + - test \ No newline at end of file diff --git a/.github/workflows/README b/.github/workflows/README new file mode 100644 index 00000000000000..d52a74c0a2f00f --- /dev/null +++ b/.github/workflows/README @@ -0,0 +1 @@ +All files in this folder were created and synced from cloudquery/.github \ No newline at end of file diff --git a/.github/workflows/history_test.yml b/.github/workflows/history_test.yml index 4250b31abff628..e635baf0fe08f0 100644 --- a/.github/workflows/history_test.yml +++ b/.github/workflows/history_test.yml @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github name: test on: diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml index de89b066ff3141..5d886e2c087933 100644 --- a/.github/workflows/lint_golang.yml +++ b/.github/workflows/lint_golang.yml @@ -7,6 +7,10 @@ on: pull_request: branches: - main + paths-ignore: + - 'terraform/**' + - '.github/**' + - 'scripts/**' jobs: golangci: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 920b18487b96ed..938255f049efde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github name: release on: push: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51ecc50ffc3109..b63ee1c2aab3ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github name: test on: diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000000..1d1d5bf67d56a4 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @cloudquery/cloudquery-opensource