Skip to content

Commit

Permalink
Remove action creating new label (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom authored Oct 18, 2023
1 parent ef59555 commit b355787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/close_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
export CORE_URL=https://github.com/membraneframework/membrane_core
export ISSUE_CLOSE_COMMENT="Issues related to $REPOSITORY are stored in [membrane_core]($CORE_URL), so we close this issue here and we encourage you to open it [there]($CORE_URL)."
gh issue edit $ISSUE_URL --add-project "Smackore" --add-label closed-by-membrane-bot
gh issue edit $ISSUE_URL --add-project "Smackore"
sleep 10
export TICKET_ID=$(gh project item-list $PROJECT_NUMBER --owner membraneframework --format json --limit 10000000 | elixir get_ticket_id.exs "$ISSUE_URL" | awk '/TICKET_ID/{print $2}')
Expand Down
14 changes: 0 additions & 14 deletions .github/actions/create_label/action.yml

This file was deleted.

0 comments on commit b355787

Please sign in to comment.