Skip to content

Commit 8931df7

Browse files
authored
ci: regenerate workflows (#85)
## What's Changed Minor update.
1 parent 22bc45d commit 8931df7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/dev_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
issues: write
3636
if: github.event.comment.body == 'take'
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-slim
3838
steps:
3939
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4040
with:

.github/workflows/dev_pr.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ permissions:
4040
jobs:
4141
pr_standard:
4242
name: "Check PR"
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-slim
4444

4545
steps:
46+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47+
with:
48+
fetch-depth: 1
49+
persist-credentials: false
50+
4651
- name: Check PR title format
4752
env:
4853
PR_TITLE: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)