Skip to content

Bump buluma/dependabot-auto-merge-action from 2.1.3 to 2.1.4 #14

Bump buluma/dependabot-auto-merge-action from 2.1.3 to 2.1.4

Bump buluma/dependabot-auto-merge-action from 2.1.3 to 2.1.4 #14

---
#
# Ansible managed: Do NOT edit this file manually!
#
name: "Set Label and Assignee"
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- name: "Label and Assign Issue/PR"
uses: "Naturalclar/issue-action@v2.0.2"
with:
title-or-body: "both"
parameters: '[ {"keywords": ["bug", "error"], "labels": ["BUG"], "assignees": ["buluma"]}, {"keywords": ["help", "guidance"], "labels": ["help-wanted"], "assignees": ["buluma"]}, {"keywords": ["feature", "request"], "labels": ["enhancement"], "assignees": ["buluma"]}]'
github-token: ${{ secrets.GITHUB_TOKEN }}