Expand docs drift lookback window to 7 days - #188
Conversation
fc32736 to
5744bfb
Compare
|
CI failed in Verify compiled workflows ( Root cause: Recommended fix:
Notes from logs:
Tests run (from this investigation):
What is this? | From workflow: PR CI Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
CI failure is reproducible and the root cause is generated workflow drift.
I re-ran locally on the PR commit and confirmed the same behavior: make compile
git status --shortResult: same dirty-tree set as CI. Recommended fixRegenerate and commit the workflow artifacts from this branch, then push: make compile
git add .github/workflows/agentics-maintenance.yml \
.github/workflows/gh-aw-*.lock.yml \
.github/workflows/trigger-flaky-test-triage.yml \
.github/workflows/trigger-issue-triage-pr.yml
git commit -m "chore: regenerate compiled workflow artifacts"
git pushI did not push changes from this run because the required fix is entirely under What is this? | From workflow: PR Checks Fixer Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
The docs-drift workflow used a day-of-week heuristic to determine its lookback window (3 days on Monday, 1 day otherwise), which could miss changes from longer gaps or manual runs.
Changes
gh-aw-docs-drift.md: Replaces the conditional day-based logic with a fixed--since="7 days ago"window for all runs (scheduled and manual)gh-aw-docs-drift.lock.yml: Recompiled viamake compileWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/ruby/setup-ruby/git/ref/tags/v1/usr/bin/gh gh api /repos/ruby/setup-ruby/git/ref/tags/v1 --jq .object.sha go1.25.7 -c=4 -nolocalimports -importcfg /tmp/go-build824818597/b335/importcfg -pack /home/REDACTED/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.7.linux-amd64/src/encoding/csv/reader.go(http block)/usr/bin/gh gh api /repos/ruby/setup-ruby/git/ref/tags/v1 --jq .object.sha -D GOAMD64_v1 -gensymabis -o /tmp/go-build824818597/b338/symabis /home/REDACTED/go/pkg/mod/golang.org/x/sys@v0.41.0/cpu/cpu_gc_x86.s rg/toolchain@v0.-I(http block)/usr/bin/gh gh api /repos/ruby/setup-ruby/git/ref/tags/v1 --jq .object.sha /tmp/go-build824818597/b337/symabis -c=4 -nolocalimports -importcfg /tmp/go-build824818597/b337/importcfg -pack -asmhdr(http block)https://api.github.com/user/usr/bin/gh gh api user --jq .login -c=4 -nolocalimports -importcfg /tmp/go-build824818597/b331/importcfg -pack /home/REDACTED/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/panics.go /home/REDACTED/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/try.go(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.