Skip to content

Commit

Permalink
Add yml2
Browse files Browse the repository at this point in the history
Signed-off-by: p-wysocki <[email protected]>
  • Loading branch information
p-wysocki committed Jan 16, 2025
1 parent b0781f8 commit e199751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/assigned_issue_to_column.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
contents: read
actions: read
checks: write
issues: write
repository-projects: write
if: github.event.action == 'assigned'
runs-on: ubuntu-latest
steps:
Expand All @@ -24,6 +26,8 @@ jobs:
contents: read
actions: read
checks: write
issues: write
repository-projects: write
if: github.event.action == 'unassigned'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e199751

Please sign in to comment.