Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/smoke-create-cross-repo-pr.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/smoke-create-cross-repo-pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Smoke Create Cross-Repo PR
description: Smoke test validating cross-repo pull request creation in github/gh-aw-side-repo
description: Smoke test validating cross-repo pull request creation in githubnext/gh-aw-side-repo
on:
schedule: every 12h
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ network:
- github

checkout:
- repository: github/gh-aw-side-repo
- repository: githubnext/gh-aw-side-repo
github-token: ${{ secrets.GH_AW_SIDE_REPO_PAT }}

tools:
Expand All @@ -34,7 +34,7 @@ tools:
safe-outputs:
allowed-domains: [default-safe-outputs]
create-pull-request:
target-repo: "github/gh-aw-side-repo"
target-repo: "githubnext/gh-aw-side-repo"
github-token: ${{ secrets.GH_AW_SIDE_REPO_PAT }}
title-prefix: "[smoke] "
labels: [smoke-test]
Expand All @@ -51,8 +51,8 @@ safe-outputs:
max: 2
messages:
footer: "> 🔬 *Cross-repo smoke test by [{workflow_name}]({run_url})*{history_link}"
run-started: "🔬 [{workflow_name}]({run_url}) is testing cross-repo PR creation in github/gh-aw-side-repo..."
run-success: "✅ [{workflow_name}]({run_url}) successfully created a cross-repo PR in github/gh-aw-side-repo!"
run-started: "🔬 [{workflow_name}]({run_url}) is testing cross-repo PR creation in githubnext/gh-aw-side-repo..."
run-success: "✅ [{workflow_name}]({run_url}) successfully created a cross-repo PR in githubnext/gh-aw-side-repo!"
run-failure: "❌ [{workflow_name}]({run_url}) failed to create a cross-repo PR: {status}"

timeout-minutes: 10
Expand Down
Loading
Loading