Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into EVEREST-1090
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed May 28, 2024
2 parents 1838a23 + 0891ca6 commit e547970
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @percona/everest-backend-devs
18 changes: 0 additions & 18 deletions .github/workflows/build-verify-on-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3

# models a future action where the submittor is validated against auth access for the
# catalog contribution
- name: Validate Contributor
run: |
NUM_OWNERS=`grep -c ${{ github.actor }} CODEOWNERS`
if [ $NUM_OWNERS -gt 0 ] ; then
echo "validated user found in database"
else
exit 1
fi
- name: Validate Contribution
uses: joelanford/opm-validate@main
with:
catalog: catalog

# - name: automerge PRs that pass checks
# uses: peter-evans/enable-pull-request-automerge@v1
# with:
# token: ${{ secrets.GH_PAT }}
# pull-request-number: ${{ github.event.pull_request.number }}
# merge-method: merge
4 changes: 0 additions & 4 deletions CODEOWNERS

This file was deleted.

0 comments on commit e547970

Please sign in to comment.