Skip to content

Commit

Permalink
web-685 update eisenhower action to include trigger issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeddes authored and giulio-giunta committed Oct 3, 2023
1 parent 04403bb commit de568ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/eisenhower.yml
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

0 comments on commit de568ba

Please sign in to comment.