Skip to content

Update wrap action #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update wrap_branch.yml
  • Loading branch information
egeakman authored Jan 14, 2023
commit 89b2ffb4ed08ca0e3ae28fbb1bcd7e0d858e8323
9 changes: 6 additions & 3 deletions .github/workflows/wrap_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Wrap All"
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 15 * *'

jobs:
wrap:
Expand All @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"

# Upgrade pip
- name: Update pip
- name: Upgrade pip
run: python -m pip install --upgrade pip

# Install dependencies
Expand All @@ -35,9 +35,12 @@ jobs:
with:
commit-message: 'Wrap all files on: ${{ github.ref_name }}'
branch: ${{ github.ref_name }}-wrapped
delete-branch: true
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
title: 'Wrap branch: ${{ github.ref_name }}'
body: 'Wrapped all files on branch: ${{ github.ref_name }}.'
labels: wrap
delete-branch: true
reviewers: |
egeakman
ardasak