Skip to content

feat(issue-labeler): support pull_request_target events#60

Merged
yonib05 merged 1 commit into
strands-agents:mainfrom
yonib05:feat/issue-labeler-prs
Jun 10, 2026
Merged

feat(issue-labeler): support pull_request_target events#60
yonib05 merged 1 commit into
strands-agents:mainfrom
yonib05:feat/issue-labeler-prs

Conversation

@yonib05

@yonib05 yonib05 commented Jun 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Use fallback expressions (github.event.issue.* || github.event.pull_request.*) for ISSUE_TITLE, ISSUE_BODY, and ISSUE_NUMBER env vars
  • Allows the action to work for both issues and pull_request_target workflow triggers without changes

Test plan

  • Verify action still works for issue events (existing behavior)
  • Verify action works for pull_request_target events (new behavior)

Use fallback expressions for ISSUE_TITLE/BODY/NUMBER so the action
works for both issues and pull_request_target triggers.
@yonib05 yonib05 merged commit 0748bab into strands-agents:main Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants