Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
allow:
- dependency-name: "github.com/cloudquery/cq-provider-sdk"
- dependency-name: "github.com/cloudquery/cq-provider-sdk"
6 changes: 3 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +20,4 @@ changelog:
- refactor
- chore
- ci
- test
- test
1 change: 1 addition & 0 deletions .github/workflows/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All files in this folder were created and synced from cloudquery/.github
1 change: 1 addition & 0 deletions .github/workflows/history_test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github
name: test

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'terraform/**'
- '.github/**'
- 'scripts/**'

jobs:
golangci:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github
name: release
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DO NOT EDIT. This file is synced from https://github.com/cloudquery/.github/.github
name: test

on:
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @cloudquery/cloudquery-opensource