-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ddavydov/#1047-oncall-source-notion-fix-sc…
…hema
- Loading branch information
Showing
111 changed files
with
2,755 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,31 @@ on: | |
|
||
jobs: | ||
label_issues: | ||
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'team/platform-workflow' }} | ||
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'team/platform-move' }} | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
steps: | ||
- name: Label Issue | ||
uses: andymckay/[email protected] | ||
with: | ||
add-labels: "platform-workflow/requires-grooming" | ||
add-labels: "platform-move/requires-grooming" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Add Issue To Project | ||
uses: actions/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/airbytehq/projects/25 | ||
github-token: ${{ secrets.PLATFORM_WORKFLOW_PROJECT_AUTOMATION }} | ||
unlabel_issues: | ||
if: ${{ github.event.action == 'unlabeled' && github.event.label.name == 'team/platform-workflow' }} | ||
if: ${{ github.event.action == 'unlabeled' && github.event.label.name == 'team/platform-move' }} | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
steps: | ||
- name: Unlabel Issue | ||
uses: andymckay/[email protected] | ||
with: | ||
remove-labels: "platform-workflow/requires-grooming" | ||
remove-labels: "platform-move/requires-grooming" | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Remove Issue From Project | ||
uses: monry/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.