ci: rename files to match better naming

This commit is contained in:
iCrawl
2022-07-20 22:33:23 +02:00
parent 8a6ee906a7
commit 96b62b6539
4 changed files with 1 additions and 1 deletions

17
.github/workflows/pr-triage.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: 'PR Triage'
on:
pull_request_target:
jobs:
pr-triage:
name: PR Triage
runs-on: ubuntu-latest
steps:
- name: Automatically label PR
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
- name: Automatically assign reviewers
if: github.event.action == 'opened'
uses: kentaro-m/auto-assign-action@v1.2.1