Skip to content

Commit

Permalink
chore: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and nikku committed Nov 1, 2024
1 parent dcb6952 commit fed4b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
createReleaseIssue:
runs-on: ubuntu-latest
name: Create new Release Issue
if: |
if: |
contains(github.event.issue.labels.*.name, 'release') &&
github.event.action == 'closed'
outputs:
Expand Down Expand Up @@ -36,18 +36,18 @@ jobs:
/repos/${{ github.repository }}/milestones \
--jq '.[] | select(.title | startswith("M")) | .number'
)
echo "MILESTONE_NUMBER=$MILESTONE" >> $GITHUB_OUTPUT
- name: Assign Milestone to new Issue
env:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh api \
--method PATCH \
-H "Accept: application/vnd.github+json" \
/repos/${{ github.repository }}/issues/${{ fromJson(needs.createReleaseIssue.outputs.issue).number }} \
-F "milestone=${{steps.getMilestone.outputs.MILESTONE_NUMBER}}"
updateSlackRole:
runs-on: ubuntu-latest
if: |
Expand Down

0 comments on commit fed4b3b

Please sign in to comment.