You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Add workflow for deleting Firebase Hosting channels on PR closure (#70)
- Added `.github/workflows/delete-firebase-hosting-channel.yml`:
- Automatically deletes Firebase Hosting preview channels when a pull request is closed.
- Uses `w9jds/firebase-action` pinned to v13.27.0 for stability.
- Updated Firebase Hosting workflows to pin action versions for consistency:
- `actions/checkout` pinned to v4.2.2.
- `actions/setup-node` pinned to v4.1.0.
- `actions/cache` pinned to v4.1.2.
- `FirebaseExtended/action-hosting-deploy` pinned to v0.9.0.
- Ensures reproducibility and stability across workflows.
0 commit comments