chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> continuing migration to aaif
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
update-leaderboard:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'block/goose'
|
||||
if: github.repository == 'aaif-goose/goose'
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
// Track the Goose repo only
|
||||
const REPOS = [
|
||||
'block/goose'
|
||||
'aaif-goose/goose'
|
||||
];
|
||||
|
||||
const POINT_VALUES = { small: 5, medium: 10, large: 15 };
|
||||
|
||||
Reference in New Issue
Block a user