Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
action-append-pr-description
Advanced tools
Append the deployment URL to GitHub's pull request description
The chabroA/action-append-pr-description
action is a JavaScript action that appends a provided deployment URL to a GitHub pull request description if not already present.
steps:
- name: Add deploy URL to PR description
uses: chabroA/action-append-pr-description@master
with:
auth: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
owner: ${{ github.repository_owner }}
pr: ${{ github.event.number }}
url: "https://my-url.test"
message: "My url :"
auth
- (required) A GitHub Secret Token with access to the repository you want to update.
repo
- (required) The GitHub repository name containing the PR to update.
owner
- (required) The GitHub repository owner.
pr
- (required) The pull request number.
url
- (required) The url to append to the specified pull request description.
message
- (optional) The message to append before the url.
This action does not configure any outputs.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can test the action locally by copying the code to your own repo (that uses a github workflow).
When updating the code, don't forget to run yarn package
and commit the dist/index.js
file since this is the one used by the action.
cf. GitHub Docs about JavaScript action
FAQs
Append the deployment URL to GitHub's pull request description
The npm package action-append-pr-description receives a total of 0 weekly downloads. As such, action-append-pr-description popularity was classified as not popular.
We found that action-append-pr-description demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.