mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-07-08 13:21:55 +00:00
Compare commits
2 Commits
8d515842c8
...
b44dc66439
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b44dc66439 | ||
|
|
54709b87f2 |
2
.github/workflows/check-urls.yml
vendored
2
.github/workflows/check-urls.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45.0.5
|
||||
uses: tj-actions/changed-files@v46.0.1
|
||||
with:
|
||||
separator: " "
|
||||
json: true
|
||||
|
||||
2
.github/workflows/detect-conflicting-prs.yml
vendored
2
.github/workflows/detect-conflicting-prs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Label conflicting PRs that are open
|
||||
id: pr-labeler
|
||||
uses: eps1lon/actions-label-merge-conflict@v3.0.2
|
||||
uses: eps1lon/actions-label-merge-conflict@v3.0.3
|
||||
with:
|
||||
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
retryAfter: 30 # seconds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user