mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: add fpalmab as sponsor
This commit is contained in:
2
.github/github-action/contributors.js
vendored
2
.github/github-action/contributors.js
vendored
@@ -11,7 +11,7 @@ const contributors = [
|
||||
'tsironis13',
|
||||
];
|
||||
|
||||
const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2'];
|
||||
const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2', 'fpalmab'];
|
||||
|
||||
module.exports = {
|
||||
contributors,
|
||||
|
||||
2
.github/workflows/label-issue.yml
vendored
2
.github/workflows/label-issue.yml
vendored
@@ -2,7 +2,7 @@ name: Add Labels
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened ]
|
||||
types: [ opened, edited ]
|
||||
|
||||
jobs:
|
||||
add_labels:
|
||||
|
||||
Reference in New Issue
Block a user