Skip to content

Commit

Permalink
feat: add generated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 14, 2025
1 parent 469e9f1 commit d14fb74
Show file tree
Hide file tree
Showing 142 changed files with 3,659 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/branch_protection_rule-created.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: branch_protection_rule-created

on:
branch_protection_rule:
types: [created]

jobs:
foo:
name: branch_protection_rule-created
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/branch_protection_rule-deleted.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: branch_protection_rule-deleted

on:
branch_protection_rule:
types: [deleted]

jobs:
foo:
name: branch_protection_rule-deleted
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/branch_protection_rule-edited.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: branch_protection_rule-edited

on:
branch_protection_rule:
types: [edited]

jobs:
foo:
name: branch_protection_rule-edited
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/branch_protection_rule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: branch_protection_rule

on:
branch_protection_rule:

jobs:
foo:
name: branch_protection_rule
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/check_run-completed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: check_run-completed

on:
check_run:
types: [completed]

jobs:
foo:
name: check_run-completed
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/check_run-created.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: check_run-created

on:
check_run:
types: [created]

jobs:
foo:
name: check_run-created
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/check_run-requested_action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: check_run-requested_action

on:
check_run:
types: [requested_action]

jobs:
foo:
name: check_run-requested_action
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/check_run-rerequested.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: check_run-rerequested

on:
check_run:
types: [rerequested]

jobs:
foo:
name: check_run-rerequested
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/check_run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: check_run

on:
check_run:

jobs:
foo:
name: check_run
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
26 changes: 26 additions & 0 deletions .github/workflows/check_suite-completed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: check_suite-completed

on:
check_suite:
types: [completed]

jobs:
foo:
name: check_suite-completed
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/check_suite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: check_suite

on:
check_suite:

jobs:
foo:
name: check_suite
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/create.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: create

on:
create:

jobs:
foo:
name: create
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: delete

on:
delete:

jobs:
foo:
name: delete
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: deployment

on:
deployment:

jobs:
foo:
name: deployment
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
25 changes: 25 additions & 0 deletions .github/workflows/deployment_status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: deployment_status

on:
deployment_status:

jobs:
foo:
name: deployment_status
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
Loading

0 comments on commit d14fb74

Please sign in to comment.