Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[GHSA-5r9f-2x9v-8hjh] A stored cross-site scripting (XSS) vulnerability in...#5925

[GHSA-5r9f-2x9v-8hjh] A stored cross-site scripting (XSS) vulnerability in...

[GHSA-5r9f-2x9v-8hjh] A stored cross-site scripting (XSS) vulnerability in... #5925

name:Create PR staging branch
on:
pull_request_target:
branches:[main]
types:[opened, synchronize, reopened, edited]
paths:
-"advisories/**"
workflow_dispatch:
jobs:
ensure-base-is-staging:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v2
-name:ensure base is staging
env:
PR_AUTHOR:${{ github.event.pull_request.user.login }}
PR_NUMBER:${{ github.event.pull_request.number }}
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
run:|
set -xeo pipefail
BRANCH_NAME="$PR_AUTHOR"/advisory-improvement-"$PR_NUMBER"
git checkout -b "$BRANCH_NAME"
git push origin "$BRANCH_NAME"
gh pr edit --repo ${{ github.repository }} $PR_NUMBER --base "$BRANCH_NAME"

[8]ページ先頭

©2009-2025 Movatter.jp