-
Notifications
You must be signed in to change notification settings - Fork 5
39 lines (35 loc) · 1.37 KB
/
Default_PR.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# ATTENTION: This is a generic release workflow and not tied specifically to this repository.
name: Default_PR
on:
pull_request:
branches: [ main ]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
# Welcome ${{github.actor}} :tada:
Congrats to your first issue!

pr-message: |
# Welcome ${{github.actor}} :tada:
Congrats to your first PR!

pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
detect_inappropriate_language:
runs-on: ubuntu-latest
steps:
- uses: theashraf/alex-action@master