iisyos/YouTube Linker Action
Comments with a random YouTube video or shorts link on pull requests and issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| youtube_urls | list of YouTube URLs | yes | — |
| github_token | GitHub token for creating comments | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| selected_url | The randomly selected YouTube URL |
| video_id | Video ID of the selected URL |
| comment_type | Type of comment (pull_request or issue) |
| number | Issue or PR number |