Skip to content

Commit

Permalink
Merge pull request #6 from luisfalconmx/ci/github-actions-updated
Browse files Browse the repository at this point in the history
ci: github actions updated
  • Loading branch information
luisfalconmx authored Jul 4, 2022
2 parents 68028ff + 8a6f9fd commit d47705f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 429 deletions.
206 changes: 0 additions & 206 deletions .github/README.template.md

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/maintenance.yml

This file was deleted.

File renamed without changes.
16 changes: 4 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
name: Release Drafter
name: Release

on:
push:
branches:
- main

jobs:
update_release_draft:
name: Release Drafter
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
name: Release
uses: luisfalconmx/.github/.github/workflows/release.yml@main
12 changes: 12 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update

on:
workflow_dispatch:
schedule: [{ cron: "0 0 * * 0" }]

jobs:
update:
name: Maintain
uses: luisfalconmx/.github/.github/workflows/update.yml@main
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Loading

0 comments on commit d47705f

Please sign in to comment.