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

feat: auto-merge dependabot #1

Merged
merged 2 commits into from
May 23, 2024
Merged

feat: auto-merge dependabot #1

merged 2 commits into from
May 23, 2024

Conversation

rogiervanstraten
Copy link
Contributor

@rogiervanstraten rogiervanstraten commented May 23, 2024

name: Auto Merge

on: pull_request_target

permissions:
  pull-requests: write
  contents: write

jobs:
  call-auto-merge:
    uses: hellotellow/.github/.github/workflows/auto-merge.yaml@main
    with:
      pr-url: ${{ github.event.pull_request.html_url }}
      repo-token: ${{ secrets.GITHUB_TOKEN }}

@rogiervanstraten rogiervanstraten self-assigned this May 23, 2024
@rogiervanstraten rogiervanstraten added the good first issue Good for newcomers label May 23, 2024
@rogiervanstraten
Copy link
Contributor Author

We might want to move these reusable templates to a private repository instead...

@andresk09 andresk09 self-requested a review May 23, 2024 10:19
@andresk09
Copy link
Contributor

Can we add the usage to the README?

Copy link
Contributor

@andresk09 andresk09 left a comment

Choose a reason for hiding this comment

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

see last comment

@andresk09 andresk09 merged commit d1814a5 into main May 23, 2024
1 check passed
@rogiervanstraten rogiervanstraten deleted the feat/auto-merge branch June 19, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

Successfully merging this pull request may close these issues.

2 participants