Skip to content

Commit 0eeae95

Browse files
authored
fix(github-actions): checkout repo before running inactivity bot (#965)
Signed-off-by: Akshat Kumar <akshat230405@gmail.com> Signed-off-by: Akshat8510 <akshat230405@gmail.com>
1 parent ece8844 commit 0eeae95

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/bot-inactivity-unassign-phase1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: bot-inactivity-unassign-phase1
22

33
on:
44
schedule:
5-
- cron: "0 10 * * *"
5+
- cron: "0 12 * * *"
66
workflow_dispatch:
77

88
permissions:
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1820
- name: Harden the runner
1921
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2
2022
with:

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1515
### Changed
1616

1717
### Fixed
18-
19-
-
18+
- Fixed inactivity bot workflow not checking out repository before running (#964)
2019

2120
### Breaking Change
2221

0 commit comments

Comments
 (0)