chore: remove useless bot

This commit is contained in:
Abhijith Vijayan 2022-06-12 21:49:55 +05:30 committed by GitHub
parent c6c06dde83
commit 51ecdc318b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
name: Label PR on Merge Bot Action
on:
pull_request:
types: [ closed ]
jobs:
label_pr_job:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Label PR on Merge Bot
uses: abhijithvijayan/label-pr-on-merge-bot@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
merged_label: '🚀 merged'