Skip to content

Commit

Permalink
chore: refine oscp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Mar 3, 2025
1 parent 14b9da0 commit 1899a56
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/oscp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ jobs:
steps:
- uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@v1.0.2
with:
last-activity: 1 # FIXME: change this to 7 after test passed
labels: 'OSCP,documentation'
last-activity: 7
labels: 'OSCP,good first issue'
message: '由于您未能在规定时间内完成任务,该任务已重新开放认领。如需继续完成,请重新认领;同时也欢迎其他开发者参与认领。\n\nAs the task was not completed within the specified time, it has been unassigned for claiming. If you wish to continue working on it, please reclaim the task. Other developers are also welcome to claim it.'
- uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@v1.0.2
with:
last-activity: 28
labels: 'OSCP,intermediate'
message: '由于您未能在规定时间内完成任务,该任务已重新开放认领。如需继续完成,请重新认领;同时也欢迎其他开发者参与认领。\n\nAs the task was not completed within the specified time, it has been unassigned for claiming. If you wish to continue working on it, please reclaim the task. Other developers are also welcome to claim it.'
- uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@v1.0.2
with:
last-activity: 49
labels: 'OSCP,challenge'
message: '由于您未能在规定时间内完成任务,该任务已重新开放认领。如需继续完成,请重新认领;同时也欢迎其他开发者参与认领。\n\nAs the task was not completed within the specified time, it has been unassigned for claiming. If you wish to continue working on it, please reclaim the task. Other developers are also welcome to claim it.'

0 comments on commit 1899a56

Please sign in to comment.