ci: allow tag push to trigger pub.dev release testing and update docs - #22
assassinaj602 wants to merge 1 commit into
Conversation
- Updates `test.yml` so that creating a dummy tag like `v0.7.1-test` will trigger the OIDC publish job for verification. - Updates `README.md` to explicitly state the requirement for enabling GitHub Actions in the pub.dev administration page for OIDC publishing without a secret. Co-authored-by: assassinaj602 <150547310+assassinaj602@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
👋 This pull request has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days unless there is new activity. If you'd like to keep it open, please leave a comment or push new commits! |
|
❌ This PR was closed due to inactivity. Please reopen it if you wish to continue working on it. |
This commit fulfills the remaining verification requests for SATE AI.
Specifically:
test.ymlis updated to trigger thepublishjob whenever a tag is pushed (startsWith(github.ref, 'refs/tags/')), allowing the user to create a dummy tag and actually test the CI job end-to-end.README.mdis updated with a critical note on OIDC publishing, confirming thatPUB_CREDENTIALSis no longer required but emphasizing that repository admin settings must be enabled on pub.dev.All verification checks (dart format, flutter analyze, flutter test, example build, and CLI usage) were successfully run and validated prior to this submission.
PR created automatically by Jules for task 243638683703537491 started by @assassinaj602