You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/label_merge_conflicts.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ jobs:
18
18
triage:
19
19
# Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular'
20
20
if: github.repository == 'dspace/dspace-angular'
21
-
runs-on: ubuntu-latest
21
+
runs-on: ubuntu-slim
22
22
permissions:
23
23
pull-requests: write
24
24
steps:
@@ -36,4 +36,4 @@ jobs:
36
36
conflict_comment: |
37
37
Hi @${author},
38
38
Conflicts have been detected against the base branch.
39
-
Please [resolve these conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts) as soon as you can. Thanks!
39
+
Please [resolve these conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts) as soon as you can. Thanks!
0 commit comments