Skip to content

Commit 95975e2

Browse files
committed
Remove display step from action
1 parent 093630e commit 95975e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/inactivity-lock.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ jobs:
2323
days-inactive-prs: 70
2424
lock-reason-issues: "resolved"
2525
lock-reason-prs: "resolved"
26-
- name: 🔍 Display locked issues and PRs
27-
run: |
28-
echo "Locked issues: $(echo '${{ steps.lock.outputs.locked-issues }}' | jq)"
29-
echo "Locked PRs: $(echo '${{ steps.lock.outputs.locked-prs }}' | jq)"

0 commit comments

Comments
 (0)