We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fdb29 commit 142ccb3Copy full SHA for 142ccb3
.github/workflows/assigner.yml
@@ -30,6 +30,9 @@ jobs:
30
steps:
31
- name: Check out source code
32
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
+ with:
34
+ fetch-depth: 0
35
+ persist-credentials: false
36
37
- name: Set up Python
38
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -61,6 +64,7 @@ jobs:
61
64
FLAGS+=" -M MAINTAINERS.yml"
62
65
if [ "${{ github.event_name }}" = "pull_request" ]; then
63
66
FLAGS+=" -P ${{ github.event.pull_request.number }} --manifest -c origin/${{ github.base_ref }}.."
67
+ echo $FLAGS
68
python3 scripts/set_assignees.py $FLAGS
69
cp -f manifest_areas.json ./pr/
70
elif [ "${{ github.event_name }}" = "issues" ]; then
0 commit comments