-
-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Oerge branch 'gh-pages' of https://github.com/hackforla/website into…
… add-github-handle-7173
- Loading branch information
Showing
22 changed files
with
2,108 additions
and
1,673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
name: Pull Request Trigger | ||
on: | ||
pull_request_target: | ||
types: [opened, closed] | ||
pull_request: | ||
types: [opened, edited] | ||
branches: | ||
- 'gh-pages' | ||
|
||
jobs: | ||
# Placeholder action: Delete when new jobs added | ||
Hello-World: | ||
Check-For-Linked-Issue: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.action == 'opened' || github.event.action == 'edited' }} | ||
steps: | ||
- run: echo "🍺 This job was automatically triggered by a ${{ github.event_name }} event." | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check for keyword and issue number | ||
id: check-for-keyword | ||
uses: actions/github-script@v7 | ||
with: | ||
script: | | ||
const script = require('./github-actions/trigger-pr/check-linked-issue.js') | ||
script({g: github, c: context}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.