ember-tooling / tree-sitter-glimmer

A TreeSitter grammar for Glimmer (HBS) templates
https://ember-tooling.github.io/tree-sitter-glimmer/
24 stars 3 forks source link

Remove the auto-merge workflow #133

Closed NullVoxPopuli closed 8 months ago

NullVoxPopuli commented 8 months ago

This handled auto-merge for dependabot PRs.

I deleted the PERSONAL_ACCESS_TOKEN in repo secrets, so this workflow would no longer work.

If we want the same functionality back, we should use a GitHub App instead of a workflow, so we don't need to worry about a PAT.