We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3842b82 commit f618a9dCopy full SHA for f618a9d
.github/workflows/automation.yml
@@ -11,7 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-
+---
15
name: Automation
16
on: [pull_request]
17
jobs:
@@ -25,4 +25,4 @@ jobs:
25
- name: approve
26
run: gh pr review --approve "$PR_URL"
27
- name: merge
28
- run: gh pr merge --auto --squash --delete-branch "$PR_URL
+ run: gh pr merge --auto --squash --delete-branch "$PR_URL"
0 commit comments