File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Semantic PR
2
+
3
+ on :
4
+ pull_request_target :
5
+ types :
6
+ - edited
7
+ - opened
8
+ - reopened
9
+ - synchronize
10
+
11
+ permissions :
12
+ pull-requests : read
13
+
14
+ jobs :
15
+ semantic-pr :
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - uses : amannn/action-semantic-pull-request@v5
19
+ env :
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# django-management-commands
2
2
3
+ [ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional_Commits-1.0.0-fa6673?logo=conventional-commits )] [ conventional-commits ]
4
+
3
5
## License
4
6
5
7
Released under the [ MIT license] [ license ] .
6
8
9
+ [ conventional-commits ] : https://www.conventionalcommits.org/
7
10
[ license ] : https://github.com/paduszyk/django-management-commands/blob/main/LICENSE
You can’t perform that action at this time.
0 commit comments