Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .github/workflows/gh-aw-fragments/safe-output-update-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
safe-outputs:
update-pull-request:
max: 1
footer: false
---

## update-pull-request Limitations
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/gh-aw-update-pr-body.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ network:
- python
- ruby
strict: false
safe-outputs:
messages:
footer: ""
timeout-minutes: 30
steps:
- name: Repo-specific setup
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tool versions
ACTIONLINT_VERSION := 1.7.10
ACTION_VALIDATOR_VERSION := 0.8.0
GH_AW_VERSION := v0.48.1
GH_AW_VERSION := v0.48.2

# Helper: Detect OS and architecture (sets OS and ARCH variables)
# Usage: $(DETECT_OS_ARCH)
Expand Down
Loading