Skip to content

Commit

Permalink
Create engagement-scores.yml
Browse files Browse the repository at this point in the history
This is an action to calculate the engagement score and update a project column.
  • Loading branch information
mattleibow authored Dec 10, 2024
1 parent 16e61a1 commit 2387a33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/engagement-scores.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Apply Engagement Scores to Project

on:
workflow_dispatch: # manually triggered
schedule:
- cron: '0 */6 * * *' # every 6 hours

jobs:
test-workflow:
runs-on: ubuntu-latest
steps:
- uses: mattleibow/dev-tools@action/engagement
with:
project: 1
column: 'Engagement Score'
project-token: ${{ secrets.PROJECT_ACCESS_TOKEN }}

0 comments on commit 2387a33

Please sign in to comment.