Skip to content

authorize with github app rather than bot user #242

authorize with github app rather than bot user

authorize with github app rather than bot user #242

Workflow file for this run

name: Maybe Enable Auto-Merge
on:
pull_request_target:
types: [opened]
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'metacpan-bot'
steps:
- uses: alexwilson/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"