Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.01 KB

File metadata and controls

39 lines (31 loc) · 1.01 KB
true
workflow_dispatch
permissions
contents actions issues
read
read
read
tracker-id example-fingerprint-2024
safe-outputs
create-issue
title-prefix labels
[Example]
example
automated
features
dangerous-permissions-write
true

Example Fingerprint Workflow

This is an example workflow that demonstrates the tracker-id feature.

When this workflow creates an issue, it will include a hidden HTML comment:

<!-- gh-aw-tracker-id: example-fingerprint-2024 -->

This tracker-id can be used to:

  • Search for all assets created by this workflow
  • Track and manage related assets across the repository
  • Filter issues, discussions, PRs, and comments by tracker-id

The tracker-id must be:

  • At least 8 characters long
  • Contain only alphanumeric characters, hyphens, and underscores
  • Unique across your workflows for effective tracking

Example Output

Create an issue with the title "Test Issue with Fingerprint" and body content explaining how the tracker-id feature works.