Skip to content

Commit

Permalink
Merge branch 'main' into automated-repo-fix/fix/dependabot-1734378524060
Browse files Browse the repository at this point in the history
  • Loading branch information
joris974 authored Jan 27, 2025
2 parents 233a83b + 52d3f19 commit 735a464
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @freckle/engineering
16 changes: 16 additions & 0 deletions .github/workflows/add-asana-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Asana

on:
pull_request:
types: [opened]

jobs:
link-asana-task:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: Asana/[email protected]
id: postAttachment
with:
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"

0 comments on commit 735a464

Please sign in to comment.