pull-request-comment-branch icon indicating copy to clipboard operation
pull-request-comment-branch copied to clipboard

A GitHub Action to get the head ref and sha of a pull request comment

Results 21 pull-request-comment-branch issues
Sort by recently updated
recently updated
newest added

Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.1 to 4.1.4 Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when...

dependencies
github_actions

I was trying to setup use of this action. I have added required permissions of contents:read and pul_requests: read to the job running this action. But the action would still...

We're using this helpful GHA in CI at https://github.com/vectordotdev/vector/ One limitation we've ran into is that the when we trigger a workflow run that uses this GHA, but the PR...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.12.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.20&new-version=20.12.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Fixes #418

dependencies
javascript

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies
javascript

Closes #322, this is a duplicate of #323 all attribution go to @gotson What I did is update #323 to master, as I need it in another project

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Node.js 16 actions are deprecated. Therefore, you need to update Node.js used in this Action to 20.

Greetings, when creating a PR, _head_ref_ gets expected value. On the contrary, when commenting on PR, the _head_ref_ is set to 'refs/remotes/origin/master' apparently. But I would expect the branch name...