Skip to content

questionnare first version #553

questionnare first version

questionnare first version #553

Workflow file for this run

name: 'Merge Dependencies'
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
uses: actions/[email protected]
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}