We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470a4da commit 8df4677Copy full SHA for 8df4677
.github/.workflows/pr.yml renamed to .github/workflows/pr.yml
@@ -1,9 +1,9 @@
1
name: PR Checks
2
on:
3
push:
4
- branches: [ develop ]
+ branches: [ main ]
5
pull_request:
6
7
8
jobs:
9
build:
org/allPRs.ts
@@ -1,4 +1,4 @@
-import {warn, danger} from 'danger'
+import {warn, danger} from "danger"
export const prSize = async () => {
// Warn when there is a big PR
@@ -15,3 +15,9 @@ export const internalLink = async () => {
15
}
16
17
18
+
19
+// Default run
20
+export default async () => {
21
+ await prSize()
22
+ await internalLink()
23
+}
org/iosSettings.ts
0 commit comments