Skip to content

Commit

Permalink
Merge pull request #83 from zitadel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/add-to-project-0.6.1

chore(deps): bump actions/add-to-project from 0.6.0 to 0.6.1
  • Loading branch information
livio-a authored Mar 25, 2024
2 parents db622d1 + 71770a8 commit 54aa1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: add issue
uses: actions/[email protected].0
uses: actions/[email protected].1
if: ${{ github.event_name == 'issues' }}
with:
# You can target a repository in a different organization
Expand All @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: add pr
uses: actions/[email protected].0
uses: actions/[email protected].1
if: ${{ github.event_name == 'pull_request_target' && github.actor != 'dependabot[bot]' && !contains(steps.checkUserMember.outputs.teams, 'engineers')}}
with:
# You can target a repository in a different organization
Expand Down

0 comments on commit 54aa1fa

Please sign in to comment.