Skip to content

Commit d044d83

Browse files
committed
Rename mentor assignment workflow and script
Signed-off-by: Mounil <[email protected]>
1 parent 91f8c0c commit d044d83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/mentor-assignment.yml renamed to .github/workflows/bot-mentor-assignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
3030
script: |
31-
const script = require('./.github/scripts/mentor_assignment.js');
31+
const script = require('./.github/scripts/bot-mentor-assignment.js');
3232
await script({ github, context });

0 commit comments

Comments
 (0)