Skip to content

Rely on /var/tmp, instead of /tmp, to store temporary data #91

Rely on /var/tmp, instead of /tmp, to store temporary data

Rely on /var/tmp, instead of /tmp, to store temporary data #91

Workflow file for this run

name: Auto Merge
on:
pull_request_target:
jobs:
auto-merge:
name: Merge Automatically
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}