Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Remove auto link #251

Merged
merged 3 commits into from
Jul 7, 2023
Merged

🎨 Remove auto link #251

merged 3 commits into from
Jul 7, 2023

Conversation

flaxel
Copy link
Contributor

@flaxel flaxel commented Jul 7, 2023

Type of Change

  • Bugfix
  • Enhancement / new feature
  • Refactoring
  • Documentation

Description

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Review the Contributing Guideline and sign CLA
  • Reference relevant issue(s) and close them after merging

@@ -173,7 +173,7 @@ const merge = async (
}

const toBulletPoint = (pull: Pull): string =>
`- #${pull.number} ${pull.branch} (${pull.sha.substring(0, 7)})`
`- PR ${pull.number} ${pull.branch} (${pull.sha.substring(0, 7)})`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important change. 🎉

@flaxel flaxel merged commit b8a542a into main Jul 7, 2023
@flaxel flaxel deleted the remove-auto-link branch July 7, 2023 07:09
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants