Skip to content

How to exclude bots such as dependabot? #205

@nitrocode

Description

@nitrocode

Description

How to exclude bots such as dependabot?

Workaround https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#fetch-metadata-about-a-pull-request

    - uses: mszostok/[email protected]
      if: ${{ github.actor != 'dependabot[bot]' }}

Reasons

It would be nice to merge dependabot PRs by excluding specific authors from codeowner validation such as app/dependabot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions