Updates to GitHub Actions for issue and pull request formatting and labeling.
📊 Key Changes
Trigger formatting action on issues when they are opened or edited, not just on push.
Switched from using GITHUB_TOKEN to PERSONAL_ACCESS_TOKEN for authentication.
Enabled automatic labeling for issues and pull requests.
🎯 Purpose & Impact
Improved Workflow: Ensures consistent formatting and labeling not only during code pushes but also when issues are created or updated, improving overall project management 👌.
Better Authentication: Using PERSONAL_ACCESS_TOKEN allows for more permissive actions compared to the automatically generated GITHUB_TOKEN, ensuring smoother operations 🔑.
Automation: Automatic labeling aids in better categorization and tracking of issues and pull requests, enhancing the workflow and organization of the project 💼.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Updates to GitHub Actions for issue and pull request formatting and labeling.
📊 Key Changes
GITHUB_TOKEN
toPERSONAL_ACCESS_TOKEN
for authentication.🎯 Purpose & Impact
PERSONAL_ACCESS_TOKEN
allows for more permissive actions compared to the automatically generatedGITHUB_TOKEN
, ensuring smoother operations 🔑.