From abad4e0a3e0bec596b881b536869863d495941ba Mon Sep 17 00:00:00 2001 From: anushkrishnav <54374648+anushkrishnav@users.noreply.github.com> Date: Sat, 30 Oct 2021 09:50:55 +0530 Subject: [PATCH] Update Issue-assign.yml (#7582) --- .github/workflows/Issue-assign.yml | 44 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/Issue-assign.yml b/.github/workflows/Issue-assign.yml index ac979e805e..47bd0321c0 100644 --- a/.github/workflows/Issue-assign.yml +++ b/.github/workflows/Issue-assign.yml @@ -1,24 +1,24 @@ -name: Assign +# name: Assign -on: - schedule: - - cron: '*/2 * * * *' - issue_comment: - types: [created] +# 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: 5 - days_until_unassign: 7 - stale_assignment_label: Open +# 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: 5 +# days_until_unassign: 7 +# stale_assignment_label: Open