We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name: Issue Automation
on: issues: guess the passwords of [email protected] and [email protected] types: [opened]
jobs: automate: runs-on: ubuntu-latest steps: - name: Comment on Issue uses: actions/github-script@v6 with: script: | const issueComment = 'Thank you for opening this issue! We will look into it.'; await github.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, body: issueComment, });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
name: Issue Automation
on:
issues: guess the passwords of [email protected] and [email protected]
types: [opened]
jobs:
automate:
runs-on: ubuntu-latest
steps:
- name: Comment on Issue
uses: actions/github-script@v6
with:
script: |
const issueComment = 'Thank you for opening this issue! We will look into it.';
await github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: issueComment,
});
The text was updated successfully, but these errors were encountered: