Skip to content

Commit

Permalink
Issue FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Sep 3, 2024
1 parent a898754 commit 002ad4c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { github, context } = require('@actions/github');
github.rest.issues.createComment({
const { context } = require('@actions/github');
context.github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand All @@ -30,14 +30,5 @@ jobs:
- Description of the issue
- Expected behavior
- Actual behavior
- Steps to reproduce the issue
- Python version
- OS
- py3xui version
- 3x-UI version
- Code snippet or a minimal example to reproduce the issue (if applicable)
- JSON representation of the request to the API (if applicable)
Thank you!
`
`
});

0 comments on commit 002ad4c

Please sign in to comment.