Skip to content

Commit

Permalink
Remove comment to pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss committed Sep 21, 2023
1 parent c30be01 commit a6935cf
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/update-extension-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
regenerate:
name: Update Extension Store
runs-on: ubuntu-latest
outputs:
issue: ${{ context.issue.number }}
output2: ${{ steps.step2.outputs.test }}
steps:
- name: Install Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -41,18 +44,3 @@ jobs:
run: yarn --cwd ./scripts run trigger
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Your extension is now available on the Extension Store! 🎉
You can now submit your extension for verification. To start the verification process respond to your pull request with the message \`/verify <extension name>\` where \`<extension-name>\` is the key used in the \`extensions.json\` file in your pull request.
Once this has been done a thread will be created on the [Owlbear Rodeo Discord](https://discord.gg/u5RYMkV98s) tracking the status of all the above guidelines.
Once the community has verified that all the guidelines have been passed the Owlbear Rodeo team will add the verified badge to your extension.`
})

0 comments on commit a6935cf

Please sign in to comment.