goals-template

This is the template repo for managing your contributions through opensauced.pizza (by open-sauced)

Goals-template Alternatives

Similar projects and alternatives to goals-template

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better goals-template alternative or higher similarity.

goals-template reviews and mentions

Posts with mentions or reviews of goals-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-27.
  • it's octoLIT
    3 projects | dev.to | 27 Oct 2021
    The last thing that I learned about with this PR was some of the effects of "sprawl" of a project. In keeping with best practices, I created an issue first before creating the PR and by the time I was finished with the PR, I noticed there was already an issue in goals-template repo. This makes plenty of sense when you think about the ways that the Open Sauced project has grown.
  • Sync Forks to Upstream Using GitHub Actions
    2 projects | dev.to | 27 Feb 2021
    // https://github.com/open-sauced/goals-template/blob/main/.github/workflows/sync-2-upstream.yml name: Sync to Upstream on: schedule: - cron: '0 7 * * 1,4' # scheduled at 07:00 every Monday and Thursday workflow_dispatch: jobs: sync_with_upstream: runs-on: ubuntu-latest name: Sync HEAD with upstream latest steps: # Step 1: run a standard checkout action, provided by github - name: Checkout HEAD uses: actions/checkout@v2 with: ref: main # Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch - name: Pull upstream changes id: sync uses: bdougie/Fork-Sync-With-Upstream-action@fork with: upstream_repository: open-sauced/goals-template upstream_branch: main target_branch: main # optional github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication # Step 3: Print a helpful timestamp for your records (optional) - name: Timestamp run: date

Stats

Basic goals-template repo stats
2
26
1.9
about 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com