We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4826578 commit 910c598Copy full SHA for 910c598
.github/CODEOWNERS
@@ -0,0 +1,3 @@
1
+# Frontend code
2
+/airbyte-webapp/ @airbytehq/frontend
3
+/airbyte-webapp-e2e-tests/ @airbytehq/frontend
.github/workflows/notify-on-label.yml
@@ -0,0 +1,16 @@
+name: Notify team
+
+on:
4
+ issues:
5
+ types: [labeled]
6
7
+jobs:
8
+ notify:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: jenschelkopf/[email protected]
12
+ with:
13
+ message: 'cc {recipients}'
14
+ # Specify a map of label -> team/user to notify
15
+ recipients: |
16
+ area/frontend=@airbytehq/frontend
0 commit comments