Customize template

pull/2/head
earnest ma 2020-11-23 19:34:39 -05:00
parent 48a4d2f1c8
commit d9e97819de
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
10 changed files with 49 additions and 43 deletions

View File

@ -1,3 +1,10 @@
version: "{build}-{branch}"
branches:
except:
- gh-pages
build: off
deploy: off
clone_depth: 2
skip_commits: skip_commits:
files: files:
- '**/*.md' - '**/*.md'
@ -6,7 +13,6 @@ cache:
- '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> .appveyor.yml' - '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> .appveyor.yml'
matrix: matrix:
fast_finish: true fast_finish: true
build: 'off'
image: Visual Studio 2019 image: Visual Studio 2019
environment: environment:
SCOOP: C:\projects\scoop SCOOP: C:\projects\scoop

2
.github/CODEOWNERS vendored
View File

@ -1 +1 @@
* @Ash258 * @earnestma

View File

@ -1,11 +1,12 @@
--- ---
name: Hash check fail name: Hash check fail
about: Installation failed due to hash check. about: Installation failed due to hash check.
title: '%%manifest%%@%%version%%: Hash check failed' title: '%%manifestName%%@%%version%%: Hash check failed'
--- ---
<!-- Replace title placeholders with proper information --> 1. Please replace the title placeholders with information.
<!-- Copy terminal output and paste it into code fence block --> 2. If needed, copy terminal output and paste it into code fence block.
3. Delete these 3 steps :)
```powershell ```powershell

View File

@ -5,14 +5,14 @@ title: '[Request] Add %%applicationName%%'
labels: request, help wanted labels: request, help wanted
--- ---
<!-- Adjust prefilled title with correct name of application --> Please keep in mind that this is my personal bucket and I likely will not add things I don't use. Please fill out the title and include relevant information below!
<!-- Please provide following information: -->
- **URL to application**: <> - **URL to application**: <>
- **Latest version**: - **Latest version**:
- **Graphical interface**: Yes/No - **Graphical interface**: Yes/No
- **Portable version**: Yes/No <!-- if Yes please specify if portable mode needs to be enabled and list files/folders needed to be handled on update --> - **Portable version**: Yes/No *(if yes, please specify if portable mode needs to be enabled and list files/folders needed to be handled on update)*
<!-- Is there anything else contributors need to know? --> Is there anything else contributors need to know?
<!-- Files, folders to persist across updates -->
<!-- Installation requirements --> - Files, folders to persist across updates
<!-- ... --> - Installation requirements

View File

@ -5,12 +5,12 @@ name: Commented Pull Request
jobs: jobs:
pullRequestHandler: pullRequestHandler:
name: Pull Request Validator name: Pull Request Validator
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Pull Request Validation - name: Pull Request Validation
uses: Ash258/Scoop-GithubActions@stable uses: Ash258/Scoop-GithubActions@stable-win
if: startsWith(github.event.comment.body, '/verify') if: startsWith(github.event.comment.body, '/verify')
env: env:
GITH_EMAIL: youremail@email.com GITH_EMAIL: earnestma@hotmail.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -4,13 +4,13 @@ on:
name: Issues name: Issues
jobs: jobs:
issueHandler: issueHandler:
runs-on: ubuntu-latest name: Issue Handler
name: Issue Verification runs-on: windows-latest
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Verify Issue - name: Issue Handler
uses: Ash258/Scoop-GithubActions@stable uses: Ash258/Scoop-GithubActions@stable-win
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env: env:
GITH_EMAIL: youremail@email.com GITH_EMAIL: earnestma@hotmail.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Pull Request Validation - name: Pull Request Validator
uses: Ash258/Scoop-GithubActions@stable uses: Ash258/Scoop-GithubActions@stable-win
env: env:
GITH_EMAIL: youremail@email.com GITH_EMAIL: earnestma@hotmail.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,16 +1,17 @@
on: # I will look into this more later.
schedule: #on:
- cron: '0 * * * *' # schedule:
name: Excavator # - cron: '*/30 * * * *'
jobs: #name: Excavator
excavate: #obs:
name: Excavator # excavate:
runs-on: ubuntu-latest # name: Excavator
steps: # runs-on: windows-latest
- uses: actions/checkout@main # steps:
- name: Excavate # - uses: actions/checkout@main
uses: Ash258/Scoop-GithubActions@stable # - name: Excavator
env: # uses: Ash258/Scoop-GithubActions@stable-win
GITH_EMAIL: youremail@email.com # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITH_EMAIL: earnestma@hotmail.com
SKIP_UPDATED: '1' # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SKIP_UPDATED: '1'

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/checkver* /checkver*
/.cache/ /.cache/
/.vagrant/ /.earne/
*.ignore

View File

@ -1,3 +0,0 @@
# Scoop %%BUCKET_NAME%% Bucket %%SAMPLE_MARKDOWN_BADGE_CODE%%
`scoop bucket add %%NICE_NAME_TO_BE_SHOWN_TO_USER%% '%%HTTPS_GITHUB_REPOSITORY_URL.git%%'`