Skip to content

update actions with recent versions#14

Open
denisok wants to merge 1 commit into
operator-framework:mainfrom
denisok:main
Open

update actions with recent versions#14
denisok wants to merge 1 commit into
operator-framework:mainfrom
denisok:main

Conversation

@denisok

@denisok denisok commented Nov 18, 2022

Copy link
Copy Markdown

No description provided.

@denisok
denisok requested a review from grokspawn as a code owner November 18, 2022 18:24
@denisok

denisok commented Jan 12, 2023

Copy link
Copy Markdown
Author
      # 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

this can't pass :)

@grokspawn - maybe you could create PR yourself with cherry-picking my commit ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant