We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bc45d commit 8931df7Copy full SHA for 8931df7
.github/workflows/dev_issues.yaml
@@ -34,7 +34,7 @@ jobs:
34
permissions:
35
issues: write
36
if: github.event.comment.body == 'take'
37
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
38
steps:
39
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
40
with:
.github/workflows/dev_pr.yaml
@@ -40,9 +40,14 @@ permissions:
jobs:
41
pr_standard:
42
name: "Check PR"
43
44
45
46
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47
+ with:
48
+ fetch-depth: 1
49
+ persist-credentials: false
50
+
51
- name: Check PR title format
52
env:
53
PR_TITLE: ${{ github.event.pull_request.title }}
0 commit comments