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

fix(ci): use correct dependabot user for checks #2348

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

julio-lopez
Copy link
Contributor

Change Overview

It seems that the previous check for the dependabot user was incorrect.

Pull request type

  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix

Test Plan

  • ⚡ CI

Need to merge first and then check with a Dependabot-generated PR.

@infraq infraq added this to In Progress in Kanister Sep 20, 2023
@@ -12,7 +12,8 @@ permissions:
jobs:
pull-requests-comment:
name: Comment and Triage
if: github.repository == 'kanisterio/kanister' && github.actor != 'dependabot'
# The entire job is skipped for @dependabot
if: github.repository == 'kanisterio/kanister' && github.actor != 'dependabot[bot]'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got dependabot[bot] from the examples in the documentation, not 100% sure this is correct. We'll know after merging.

Kanister automation moved this from In Progress to Reviewer approved Sep 20, 2023
@julio-lopez julio-lopez merged commit c149fd4 into master Sep 21, 2023
13 checks passed
Kanister automation moved this from Reviewer approved to Done Sep 21, 2023
@julio-lopez julio-lopez deleted the fix/triage-worflow branch September 21, 2023 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants