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

addAssignees: author while author=dependabot[bot] user causes Error: Not Found #8

Open
tekert opened this issue Oct 31, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tekert
Copy link

tekert commented Oct 31, 2022

When dependabot submits a PR for github action dependancies with user: "dependabot[bot]" (wich does not exist), causes error.

Download action repository 'wow-actions/auto-assign@v2' (SHA:ccf5443b0f27bea0a022959f4ae2e9102f6972bb)

Excluding the "dependencies" label doesn't work.

on
  pull_request:
    types: [opened]

Run with:

  with:
    GITHUB_TOKEN: ***
    addAssignees: author
    addReviewers: true
    reviewers: tekert
    assignees: tekert
    numberOfReviewers: 1
    numberOfAssignees: 0
    skipDraft: true
    skipKeywords: wip, draft
    excludeLabels: dependencies

A dependabot PR with 'dependencies' label still gets checked and outputs:

Reviewers: [
  "tekert"
]
Team Reviewers: []
Assignees: [
  "dependabot[bot]"
]
Error: HttpError: Not Found
Error: Not Found
@tekert tekert added the bug Something isn't working label Oct 31, 2022
@bubkoo bubkoo assigned bubkoo and unassigned tekert Nov 7, 2022
bubkoo added a commit that referenced this issue Nov 7, 2022
get issue/pr labels real-timely when check `includeLabels` or `excludeLabels`

re #8
bubkoo added a commit that referenced this issue Nov 7, 2022
github-actions bot pushed a commit that referenced this issue Jan 3, 2023
# 1.0.0 (2023-01-03)

### Bug Fixes

* fix the default GITHUB_TOKEN does not have permission to request a review from a team ([eab1006](eab1006))
* get issue/pr labels real-timely ([c3701c7](c3701c7))

### chore

* use "wow-actions/release-github-action@v2" ([88b6aaa](88b6aaa))

### Features

* ✨ auto assign issue ([f0afbe5](f0afbe5))
* ✨ init ([f821e91](f821e91))
* ✨ support pull_request_target ([afd92f8](afd92f8))
* auto extract members fo a team on adding teams to assignees ([#13](#13)) ([147b920](147b920))
* ignore unknown reviewers/assignees ([ef22c9b](ef22c9b)), closes [#8](#8)

### BREAKING CHANGES

* force next release
github-actions bot pushed a commit that referenced this issue Jan 3, 2023
# 1.0.0 (2023-01-03)

### Bug Fixes

* fix the default GITHUB_TOKEN does not have permission to request a review from a team ([eab1006](eab1006))
* get issue/pr labels real-timely ([c3701c7](c3701c7))

### Features

* ✨ auto assign issue ([f0afbe5](f0afbe5))
* ✨ init ([f821e91](f821e91))
* ✨ support pull_request_target ([afd92f8](afd92f8))
* auto extract members fo a team when specifyed assignee is a team ([72dddcf](72dddcf))
* ignore unknown reviewers/assignees ([ef22c9b](ef22c9b)), closes [#8](#8)
* skip assigned issue/pr or requested reviewer pr ([7b85613](7b85613))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants