-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web-685 update eisenhower action to include trigger issue (#686)
* web-685 update eisenhower action to include trigger issue * Updated a dependency version * Updated Snyk Github action * Updated Django version --------- Co-authored-by: giulio-giunta <56529931+giulio-giunta@users.noreply.github.com>
- Loading branch information
1 parent
04403bb
commit 4cef7f6
Showing
3 changed files
with
8 additions
and
7 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,14 @@ | ||
name: Eisenhower | ||
on: | ||
issues: | ||
types: [opened, edited] | ||
types: [opened, reopened, edited] | ||
jobs: | ||
build: | ||
prioritise: | ||
runs-on: ubuntu-latest | ||
env: | ||
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} | ||
GH_REPOSITORY: ${{ github.repository }} | ||
GH_ISSUE_NUMBER: ${{ github.event.issue.number }} | ||
steps: | ||
- name: Run Eisenhower action | ||
uses: GeekZoneHQ/eisenhower@main | ||
uses: GeekZoneHQ/eisenhower@main |
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