We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b447f37 commit 7f8c2eeCopy full SHA for 7f8c2ee
README.md
@@ -1,4 +1,4 @@
1
-# actions-product-board
+# planning-automation-action
2
> GitHub Action that helps automate GitHub Projects (beta)
3
4
It reacts to `issues` and `pull_request` events, and does the following:
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
name: blah
34
steps:
35
- - uses: ory-corp/actions-product-board@master
+ - uses: ory-corp/planning-automation-action@master
36
with:
37
project: 9
38
token: ${{ secrets.PAT }}
0 commit comments