fix(ci): remove invalid workflow permission and lint workflows#58
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Thank you for creating this pull request and helping make the project better. We will review / merge it when we are online. |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| JavaScript | Jul 14, 2026 11:47p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
Thanks for helping make Gmail Alias Toolkit better! |
Summary
Fix the invalid GitHub Actions workflow error:
Root cause
metadatais not a supported key inside the GitHub Actionspermissions:block. It was mistakenly added to.github/workflows/dependabot-auto-merge.yml, causing GitHub to reject the entire workflow before any job could start.Changes
metadata: readfrom the Dependabot auto-merge workflow.actionlintvalidation step to CI.Expected result
dependabot-auto-merge.ymlbecomes valid again.main.