Skip to content
New issue

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

Issue #3411

Open
Sunset18898 opened this issue Nov 30, 2024 · 0 comments
Open

Issue #3411

Sunset18898 opened this issue Nov 30, 2024 · 0 comments

Comments

@Sunset18898
Copy link

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,
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant