Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Bump elixir_make from 0.8.2 to 0.8.3 #117

Bump elixir_make from 0.8.2 to 0.8.3

Bump elixir_make from 0.8.2 to 0.8.3 #117

# https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Dependabot Auto Merge
on:
# more info:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
pull_request_target:
jobs:
approval:
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/[email protected]
with:
target: patch
# Note: This needs to be a PAT with (public) repo rights,
# PAT-owning user needs to have write access to this repo
# (dependabot needs to recognize the comment as coming from an allowed reviewer)
github-token: ${{ secrets.BOT_TOKEN }}