Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Assign

Assign #161992

Workflow file for this run

name:Assign
on:
schedule:
-cron:'*/2 * * * *'
issue_comment:
types:[created]
jobs:
slash_assign:
# If the acton was triggered by a new comment that starts with `/assign`
# or a on a schedule
if:>
(github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/assign')) ||
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on:ubuntu-latest
steps:
-name:Assign the user or unassign stale assignments
uses:JasonEtco/slash-assign-action@v0.0.3
with:
assigned_label:Assigned
days_until_warning:7
days_until_unassign:10
stale_assignment_label:Open

[8]ページ先頭

©2009-2025 Movatter.jp