Skip to content

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 7, 2025

Replaces the bulleted list of configuration fields (repository owner, repository name, workflow filename, environment) with prose containing direct GitHub URLs to the workflow file and environment page.

For config created emails:

  • Link to workflow file at github.com/{owner}/{repo}/blob/HEAD/.github/workflows/{filename}
  • When environment is set, also link to github.com/{owner}/{repo}/deployments/{environment}

For config deleted emails:

  • Link to workflow file
  • When environment is set, mention environment name inline without URL

This makes it immediately clear what workflow is authorized and provides one-click access to view the workflow file and environment configuration.

@Turbo87 Turbo87 added the C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works label Oct 7, 2025
@Turbo87 Turbo87 requested a review from a team October 7, 2025 12:51
Replaces the bulleted list of configuration fields (repository owner, repository name, workflow filename, environment) with prose containing direct GitHub URLs to the workflow file and environment page.

For config created emails:
- Link to workflow file at `github.com/{owner}/{repo}/blob/HEAD/.github/workflows/{filename}`
- When environment is set, also link to `github.com/{owner}/{repo}/deployments/{environment}`

For config deleted emails:
- Link to workflow file
- When environment is set, mention environment name inline without URL

This makes it immediately clear what workflow is authorized and provides one-click access to view the workflow file and environment configuration.
@Turbo87 Turbo87 force-pushed the trustpub-email-urls branch from 8cc55c1 to cdcc582 Compare October 7, 2025 13:02
@Turbo87 Turbo87 merged commit 4bb5267 into rust-lang:main Oct 8, 2025
10 checks passed
@Turbo87 Turbo87 deleted the trustpub-email-urls branch October 8, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-backend ⚙️ C-enhancement ✨ Category: Adding new behavior or a change to the way an existing feature works

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants