Skip to content

Commit 142ccb3

Browse files
committed
repo name
Signed-off-by: Anas Nashif <[email protected]>
1 parent d9fdb29 commit 142ccb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/assigner.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
steps:
3131
- name: Check out source code
3232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
with:
34+
fetch-depth: 0
35+
persist-credentials: false
3336

3437
- name: Set up Python
3538
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -61,6 +64,7 @@ jobs:
6164
FLAGS+=" -M MAINTAINERS.yml"
6265
if [ "${{ github.event_name }}" = "pull_request" ]; then
6366
FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.."
67+
echo $FLAGS
6468
python3 scripts/set_assignees.py $FLAGS
6569
cp -f manifest_areas.json ./pr/
6670
elif [ "${{ github.event_name }}" = "issues" ]; then

0 commit comments

Comments
 (0)