mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Merge branch 'main' into automated-repo-fix/fix/codeowners-1734033202060
This commit is contained in:
commit
fa83671c3d
16
.github/workflows/add-asana-comment.yml
vendored
Normal file
16
.github/workflows/add-asana-comment.yml
vendored
Normal file
@ -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/create-app-attachment-github-action@v1.3
|
||||
id: postAttachment
|
||||
with:
|
||||
asana-secret: ${{ secrets.ASANA_API_ACCESS_KEY }}
|
||||
- run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
|
||||
19
.github/workflows/mergeabot.yml
vendored
Normal file
19
.github/workflows/mergeabot.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Mergeabot
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
mergeabot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: freckle/mergeabot-action@v2
|
||||
with:
|
||||
quarantine-days: 5
|
||||
Loading…
Reference in New Issue
Block a user