diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9bf8448ec265..3e7d1b45357c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -ci-default.yml @talhabinrizwan ci.py @talhabinrizwan diff --git a/.github/workflows/pmm-qa-fb-checks.yml b/.github/workflows/pmm-qa-fb-checks.yml index 50eace869dcb..24b7d92f3528 100644 --- a/.github/workflows/pmm-qa-fb-checks.yml +++ b/.github/workflows/pmm-qa-fb-checks.yml @@ -85,7 +85,7 @@ jobs: e2e_fb_suite: name: E2E - uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@main + uses: percona/pmm-qa/.github/workflows/fb-e2e-suite.yml@PMM-15138-fix-alerting-permissions secrets: LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} with: diff --git a/ci.yml b/ci.yml index e69de29bb2d1..d7029340c7dd 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,5 @@ +deps: + - name: pmm + branch: PMM-15138-fix-alerting-permissions + - name: pmm-qa + branch: PMM-15138-fix-alerting-permissions