mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 16:29:10 -04:00
Release only
This commit is contained in:
parent
89a941aa12
commit
ad7fefae1c
20
.github/workflows/create-ff-branch.yml
vendored
20
.github/workflows/create-ff-branch.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Feature Freeze Branch
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 23 * *'
|
||||
jobs:
|
||||
create_ff_branch:
|
||||
name: Create Feature Freeze Branch
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- id: date
|
||||
run: echo "::set-output name=date::$(date -d 'next month' +'%Y.%m.01')"
|
||||
|
||||
- uses: peterjgrainger/action-create-branch@v2.0.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
branch: ${{ steps.date.outputs.date }}
|
19
.github/workflows/delete-ff-branch.yml
vendored
19
.github/workflows/delete-ff-branch.yml
vendored
@ -1,19 +0,0 @@
|
||||
name: Remove old FF Branch
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 23 * *'
|
||||
jobs:
|
||||
create_ff_branch:
|
||||
name: Delete Feature Freeze Branch
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- id: date
|
||||
run: echo "::set-output name=date::$(date -d '5 month ago' +'%Y.%m.01')"
|
||||
|
||||
- uses: dawidd6/action-delete-branch@v3
|
||||
with:
|
||||
branches: ${{ steps.date.outputs.date }}
|
||||
github_token: ${{ github.token }}
|
1
.github/workflows/monthly_release.yml
vendored
1
.github/workflows/monthly_release.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ steps.date.outputs.date }}
|
||||
fetch-depth: 0
|
||||
|
||||
- run: git --no-pager log --no-decorate --oneline $(git describe --tags --abbrev=0)..HEAD > output.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user