forked from lucee/extension-hibernate
-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (35 loc) · 834 Bytes
/
pr.yml
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
40
name: Pull Requests
on:
push:
branches-ignore:
- main
- master
- development
- release/**
pull_request:
branches:
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
permissions:
contents: read
issues: read
checks: write
pull-requests: write
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# Format PR
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: '👌 IMPROVE: Apply cfformat changes - [ci skip]'