actions / first-interaction

An action for filtering pull requests and issues from first-time contributors
MIT License
759 stars 337 forks source link

// Octokit.js // https://github.com/octokit/core.js#readme const octokit = new Octokit({ auth: 'YOUR-TOKEN' }) await octokit.request('PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config', { owner: 'OWNER', repo: 'REPO', hook_id: 'HOOK_ID', content_type: 'json', url: 'https://example.com/webhook', headers: { 'X-GitHub-Api-Version': '2022-11-28' } }) #299

Open aton6789 opened 4 months ago

aton6789 commented 4 months ago

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.

If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.

github-actions[bot] commented 4 months ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.