generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 345
Issues: actions/first-interaction
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Docker build failing due to unauthorized access to Docker Hub
#306
opened Sep 27, 2024 by
ivan-magda
- name: First interaction uses: actions/first-interaction@v1.3.0 with: # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} repo-token: # Comment to post on an individual's first issue issue-message: # optional # Comment to post on an individual's first pull request pr-message: # optional
#305
opened Aug 11, 2024 by
hamadou947219
// 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
opened May 10, 2024 by
aton6789
isFirstIssue() won't work in case author has only PRs in their recent history
#233
opened Apr 26, 2023 by
kartben
Can't run on MacOS runner due to
action.yml
indicating it uses Docker
#57
opened Sep 26, 2021 by
mobileben
ProTip!
Follow long discussions with comments:>50.