Commit 6d93085
committed
feat: add support for 'task' deployment on 'unlock-on-merge' + implement auto unlock feature on pull request closure
- Update the `action.yml` file to include a new `unlock_on_close_mode` input
- Add a new file `unlock-on-close.js` with a function to release locks when a pull request is closed
- Update the `unlock-on-merge.js` file to include a reference to `lock metadata` and other related functions
- Introduce a new function `unlockOnClose` in the `main.js` file to run auto-unlock logic in the `unlock on close` mode1 parent 8ef7739 commit 6d93085
File tree
6 files changed
+501
-89
lines changed- dist
- src
- functions
6 files changed
+501
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments