Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how check if PR already assigned to avoid run the job? #29

Open
AugustoCalaca opened this issue Apr 21, 2021 · 3 comments
Open

how check if PR already assigned to avoid run the job? #29

AugustoCalaca opened this issue Apr 21, 2021 · 3 comments

Comments

@AugustoCalaca
Copy link

No description provided.

@yanskun
Copy link

yanskun commented May 28, 2021

@AugustoCalaca
I am also in trouble.

Did you solve it?

@jonathanstiansen
Copy link

I'm 95% sure it's not possible, it would have to go in the on block to run any machine - and those are limited to workflow events, not other data

@beastawakens
Copy link

I'm trying something like:

jobs:
  assign-author:
    if: ${{ !contains(github.event.pull_request.assignees, '') }}
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/auto-author-assign@v2.1.1

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

No branches or pull requests

4 participants